1
1
Fork 0

beatific: add tvb to nix trusted users

This commit is contained in:
Tim Van Baak 2024-11-12 15:37:31 -08:00
parent 01e53db037
commit e50eabcc6b
1 changed files with 1 additions and 0 deletions

View File

@ -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;