update locks, use one password for signing, move deprecated options

This commit is contained in:
Christoph Hollizeck 2024-04-14 10:11:30 +02:00
parent 5a014df6a9
commit 600aed0b28
No known key found for this signature in database
9 changed files with 62 additions and 55 deletions

View file

@ -18,5 +18,7 @@ in
config = mkIf cfg.enable {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
services.fstrim = enabled;
};
}