fixed file structore
This commit is contained in:
parent
478e81cf03
commit
2f9e7889c6
32 changed files with 102 additions and 36 deletions
|
@ -1,16 +1,8 @@
|
|||
{ 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
|
||||
];
|
||||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./profile.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
_: {
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./programs.nix
|
||||
./hardware-configuration.nix
|
||||
./profile.nix
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue