diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |
