hosts: added vergil host and nixos-server shared configuration
This commit is contained in:
@@ -80,6 +80,18 @@
|
||||
];
|
||||
};
|
||||
|
||||
vergil = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
home-manager-configuration
|
||||
|
||||
./hosts/vergil/hardware.nix
|
||||
./hosts/vergil/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
pdw-frankiel = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user