added overridden defaults.nix again
This commit is contained in:
parent
5af3edb39f
commit
580b898e0d
2 changed files with 23 additions and 8 deletions
|
@ -1,8 +1,15 @@
|
|||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./profile.nix
|
||||
];
|
||||
}
|
||||
{ inputs, ... }:
|
||||
let
|
||||
inherit (inputs) self;
|
||||
inherit (self) lib;
|
||||
in {
|
||||
vali = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
};
|
||||
modules = [
|
||||
./vali
|
||||
../modules/vali
|
||||
inputs.home-manager.noxosModules.home-manager
|
||||
inputs.agenix.noxosModules.default
|
||||
];
|
||||
|
|
8
hosts/vali/default.nix
Normal file
8
hosts/vali/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./profile.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue