mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
messed with initrd and got zfs rollback working again
This commit is contained in:
parent
fd87459163
commit
8694fbce19
7 changed files with 31 additions and 13 deletions
|
|
@ -50,13 +50,13 @@ in {
|
|||
lib.genAttrs names (
|
||||
name:
|
||||
lib.nixosSystem {
|
||||
inherit system;
|
||||
modules =
|
||||
builtins.attrValues self.nixosModules
|
||||
++ importAll "${self}/hosts/${name}"
|
||||
++ [
|
||||
{
|
||||
networking.hostName = name;
|
||||
nixpkgs = {inherit system;};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue