mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: adapt installer to flake-less
This commit is contained in:
parent
f8fcbca37e
commit
558a59867b
3 changed files with 42 additions and 36 deletions
|
|
@ -17,6 +17,11 @@ in
|
|||
specialArgs = {hostname = "vanadium";};
|
||||
modules = [(import ./nix/configurations/hosts/vanadium.nix ctx)];
|
||||
};
|
||||
installer = import (sources.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {hostname = "installer";};
|
||||
modules = [(import ./nix/configurations/hosts/installer.nix ctx)];
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue