diff --git a/modules/beatific.nix b/modules/beatific.nix index e3f54df..bce2d2d 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -53,6 +53,7 @@ in { # Options to always set networking.hostName = cfg.hostName; nix.extraOptions = "experimental-features = nix-command flakes"; + nix.settings.trusted-users = [ "tvb" ]; # Link /etc/nixos to the flake source environment.etc.nixos.source = ./..; environment.etc."bashrc.local".source = ./bashrc;