fix certs

This commit is contained in:
Stuce 2025-11-13 17:11:01 +01:00
parent 16910ee379
commit f7ab003036
2 changed files with 7 additions and 3 deletions

View file

@ -18,6 +18,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the GRUB 2 boot loader.
networking.usePredictableInterfaceNames = true;
nix.settings.trusted-users = [ "stuce" ];
users.users.stuce = {
isNormalUser = true;
home = "/home/stuce";