Add new system

This commit is contained in:
2024-06-16 23:12:38 +00:00
parent c8ccbac32c
commit 610e3f8009
6 changed files with 196 additions and 13 deletions

View File

@@ -142,6 +142,17 @@
};
};
configs.diphda = {
system = "x86_64-linux";
common.nixpkgs = "stable";
gui = {
enable = false;
sway.enable = false;
};
};
currentConfig = configs."${hostname}";
system = currentConfig.system;