hi
This commit is contained in:
parent
c522dcbb3f
commit
68bee9a3aa
15 changed files with 495 additions and 105 deletions
|
@ -63,7 +63,7 @@ in {
|
|||
|
||||
"${mod}/core"
|
||||
|
||||
"${mod}/programs/home-manager.nix"
|
||||
"${mod}/programs"
|
||||
"${mod}/programs/steam.nix"
|
||||
|
||||
"${mod}/desktop"
|
||||
|
@ -81,7 +81,8 @@ in {
|
|||
"${mod}/services"
|
||||
"${mod}/services/pipewire.nix"
|
||||
"${mod}/services/syncthing.nix"
|
||||
"${mod}/services/containers/server"
|
||||
#"${mod}/services/containers/server"
|
||||
"${mod}/services/containers/experimental"
|
||||
|
||||
#"${mod}/services/networkd-wireguard.nix"
|
||||
#"${mod}/services/wireguard.nix"
|
||||
|
|
|
@ -22,5 +22,7 @@
|
|||
}
|
||||
];
|
||||
|
||||
networking.interfaces.eno1.wakeOnLan.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue