mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: make configurations self sufficient
This commit is contained in:
parent
2c59fe5342
commit
f710f7cef9
3 changed files with 10 additions and 8 deletions
|
|
@ -13,12 +13,12 @@ in
|
|||
vanadium = import (sources.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {hostname = "vanadium";};
|
||||
modules = [(import ./nix/configurations/hosts/vanadium.nix ctx)];
|
||||
modules = [./nix/configurations/hosts/vanadium.nix];
|
||||
};
|
||||
installer = import (sources.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {hostname = "installer";};
|
||||
modules = [(import ./nix/configurations/hosts/installer.nix ctx)];
|
||||
modules = [./nix/configurations/hosts/installer.nix];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue