hosts: move additional config to misc/

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-24 23:03:30 +03:00
parent 31d8cea20f
commit 5e2f127741
12 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
self.nixosModules.desktop
self.nixosModules.system
./disko
# ./minecraft.nix
./misc
];
networking = {
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
# ./minecraft.nix
];
}