diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index bfa867a..8762c80 100644 --- a/flake.nix +++ b/flake.nix @@ -51,12 +51,14 @@ system = "x86_64-linux"; hostname = "carmel"; isDesktop = true; + isTrusted = true; }; "fcuny@aptos" = lib.mkHome { username = "fcuny"; system = "x86_64-linux"; hostname = "aptos"; isDesktop = true; + isTrusted = true; }; "fcuny@tahoe" = lib.mkHome { username = "fcuny"; |