mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 20:23:02 -04:00
prepare reinstall on zfs
This commit is contained in:
parent
414cfd96dc
commit
938cb79a0b
4 changed files with 32 additions and 21 deletions
|
@ -99,6 +99,12 @@
|
|||
};
|
||||
|
||||
epimetheus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
pkgs-smol = import nixpkgs-smol {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
modules =
|
||||
[ ./hosts/epimetheus/configuration.nix disko.nixosModules.disko ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue