fix: remove unlock zfs module from lib

This commit is contained in:
Benjamin Bädorf 2023-11-06 22:09:02 +01:00
parent 20fbcbb571
commit e8f72b6cf7
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -11,10 +11,6 @@
## In configs, they can be used under "lib.our" ## In configs, they can be used under "lib.our"
deploy = import ./deploy.nix { inherit inputs lib; }; deploy = import ./deploy.nix { inherit inputs lib; };
linux = {
unlockZFSOnBoot = import ./unlock-zfs-on-boot.nix {publicKeys = self.publicKeys.allAdmins;};
};
}; };
}; };
} }