From e50eabcc6bb4de9247d82012b714017c244b5afd Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 12 Nov 2024 15:37:31 -0800 Subject: [PATCH] beatific: add tvb to nix trusted users --- modules/beatific.nix | 1 + 1 file changed, 1 insertion(+) 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;