This commit is contained in:
xunuwu 2024-04-12 10:41:35 +02:00
parent c522dcbb3f
commit 68bee9a3aa
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
15 changed files with 495 additions and 105 deletions

View file

@ -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"

View file

@ -22,5 +22,7 @@
}
];
networking.interfaces.eno1.wakeOnLan.enable = true;
system.stateVersion = "23.11";
}