diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-05 15:11:22 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-05 15:11:22 +0200 |
commit | 60b419fc85154d9027bd6a5861f8bb8b7d2ff880 (patch) | |
tree | 1dc6f0d007dece5b38570a544b0e093234056185 /profiles | |
parent | 37ae3fd19009e6cdc0efbe00a055b9a1173d21ea (diff) |
readd swaylock 30 sec, remove some headers from caddy
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/user.nix b/profiles/user.nix index 0a3bebe..18e6a35 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -31,7 +31,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDyzrs9sbstv3KFK5FV8qYlSknnEy8Cn+qch4dJLmHA" ]; }; - + nix.settings.allowed-users = ["root" "tzlil"]; nix.settings.trusted-users = ["root" "tzlil"]; |