feat: add `geemili` user as a trusted nix user
This allows me to push configuration updates to the samsehu hostmain
parent
7162630e2f
commit
da55c99dc9
|
@ -152,6 +152,8 @@
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "geemili" ];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
Loading…
Reference in New Issue