Started work on server configuration
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user