refactor
This commit is contained in:
parent
f185ce3c92
commit
caf6a5517c
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
{config, ...}: {
|
||||
imports = [../../system];
|
||||
|
||||
config.gaming.enable = false;
|
||||
}
|
||||
5
hosts/lilith-pad/default.nix
Normal file
5
hosts/lilith-pad/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
extraConfig = {
|
||||
config.gaming.enable = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue