hosts: server: change to kabtop
This commit is contained in:
parent
0a0ba2b5a1
commit
02267d4825
@ -34,7 +34,7 @@ in
|
||||
nur.nixosModules.nur
|
||||
microvm.nixosModules.host
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
nixvim.nixosModules.nixvim
|
||||
#nixvim.nixosModules.nixvim
|
||||
./desktop
|
||||
./configuration_desktop.nix
|
||||
../modules/hardware/remoteBuilder.nix
|
||||
@ -139,13 +139,13 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
server_big = lib.nixosSystem { # Desktop profile
|
||||
kabtop = lib.nixosSystem { # Desktop profile
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs user location nixos-hardware agenix nixpkgs impermanence; };
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
microvm.nixosModules.host
|
||||
./server_big
|
||||
./kabtop
|
||||
./configuration_server.nix
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
Loading…
Reference in New Issue
Block a user