Add julius user to trusted-users

This commit is contained in:
JuliusFreudenberger 2025-05-18 00:46:06 +03:00
parent 3fb75682fc
commit dab5645664

View file

@ -9,4 +9,6 @@
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
shell = pkgs.zsh;
};
nix.settings.trusted-users = [ "julius" ];
}