beatific: add tvb to nix trusted users
This commit is contained in:
parent
01e53db037
commit
e50eabcc6b
|
@ -53,6 +53,7 @@ in {
|
||||||
# Options to always set
|
# Options to always set
|
||||||
networking.hostName = cfg.hostName;
|
networking.hostName = cfg.hostName;
|
||||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||||
|
nix.settings.trusted-users = [ "tvb" ];
|
||||||
# Link /etc/nixos to the flake source
|
# Link /etc/nixos to the flake source
|
||||||
environment.etc.nixos.source = ./..;
|
environment.etc.nixos.source = ./..;
|
||||||
environment.etc."bashrc.local".source = ./bashrc;
|
environment.etc."bashrc.local".source = ./bashrc;
|
||||||
|
|
Loading…
Reference in New Issue