Started work on server configuration

This commit is contained in:
pagedmov
2024-10-31 17:20:38 -04:00
parent 4c5a5927c1
commit 244595baa3
4 changed files with 62 additions and 0 deletions

View File

@@ -93,6 +93,19 @@
];
};
xenon = nixpkgs.lib.nixosSystem {
specialArgs = {
host = "xenon";
inherit self inputs scheme wallpaper username;
};
modules = [
./hosts/server
stylix.nixosModules.stylix
nixvim.nixosModules.nixvim
nur.nixosModules.nur
];
};
installer = nixpkgs.lib.nixosSystem {
specialArgs = {
host = "installer";