task | convert some files to modules
This commit is contained in:
parent
03921b35d7
commit
37828b6801
15 changed files with 222 additions and 109 deletions
|
|
@ -3,7 +3,23 @@
|
|||
./hardware-configuration.nix
|
||||
# ../disko/mmcblk.nix
|
||||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../workstation/games
|
||||
../wm
|
||||
../../home/work
|
||||
];
|
||||
networking.hostName = "ace";
|
||||
|
||||
roles = {
|
||||
citrix.enable = false;
|
||||
zoom.enable = false;
|
||||
gui.enable = true;
|
||||
kvm.enable = false;
|
||||
games.enable = false;
|
||||
};
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
kde.enable = false;
|
||||
# cosmic.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue