Set trusted users

This commit is contained in:
Natsu Kagami 2024-06-25 13:27:01 +02:00
parent c59b47c1ce
commit c16efcf256
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -214,6 +214,7 @@ in
];
shell = pkgs.fish;
};
nix.settings.trusted-users = [ "root" cfg.username ];
## Network configuration
systemd.network.enable = true;