parent
e4f5ca2fc9
commit
f022e338b0
22 changed files with 353 additions and 214 deletions
|
|
@ -73,4 +73,17 @@ in
|
|||
./oracle/configuration.nix
|
||||
];
|
||||
};
|
||||
base = inputs.nixpkgs-stable.lib.nixosSystem {
|
||||
pkgs = pkgs.nixos-stable;
|
||||
specialArgs = {
|
||||
inherit inputs system attrs;
|
||||
host = {
|
||||
hostName = "nixos";
|
||||
inherit (attrs) username;
|
||||
};
|
||||
};
|
||||
modules = defaultModules ++ [
|
||||
./base/configuration.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue