feat(stolas): enable admin module

This commit is contained in:
Tim Schubert 2025-07-26 16:04:21 +02:00
parent 5f9eac5700
commit faccfad9e1
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View file

@ -25,7 +25,7 @@ with lib;
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
users.mutableUsers = mkDefault true;
users.mutableUsers = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = mkDefault true;