backups #47

Merged
teutat3s merged 7 commits from feat/backups into main 2023-11-06 21:24:04 +00:00
Showing only changes of commit e8f72b6cf7 - Show all commits

View file

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