initial
This commit is contained in:
18
modules/hosts/server02/default.nix
Normal file
18
modules/hosts/server02/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosConfigurations.server02 = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = with self.nixosModules;
|
||||
[
|
||||
server02Configuration
|
||||
core
|
||||
]
|
||||
++ (with inputs.nix-config.nixosModules; [
|
||||
nvim
|
||||
git
|
||||
zsh
|
||||
]);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user