add nixnas config
This commit is contained in:
parent
e68c98b63c
commit
9a1e9e0c31
7 changed files with 411 additions and 3 deletions
|
|
@ -25,6 +25,12 @@
|
|||
./clhickey-nixos/configuration.nix
|
||||
];
|
||||
};
|
||||
nixosConfigurations.nixnas = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./nixnas/nixnas.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue