prepare reinstall on zfs

This commit is contained in:
blahai 2024-12-15 02:31:35 +02:00
parent 414cfd96dc
commit 938cb79a0b
No known key found for this signature in database
4 changed files with 32 additions and 21 deletions

View file

@ -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 ];
};