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 a65e287c15
commit 86ea4bfb74
No known key found for this signature in database
9 changed files with 62 additions and 55 deletions

View file

@ -32,6 +32,6 @@ in
};
services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.displayManager.sddm.wayland.enable = lib.mkForce false;
services.displayManager.sddm.wayland.enable = lib.mkForce false;
};
}