diff options
| author | Mel <einebeere@gmail.com> | 2024-12-03 02:36:39 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-03 02:36:39 +0100 |
| commit | 3c3781365a4c9ce9770deb21229a39cf352f1025 (patch) | |
| tree | 6b3a21c5784dc37933fedf455954a54485610989 /modules/nix.nix | |
| parent | 90664df94d3d6447e381a700f5767004a86ebcca (diff) | |
| download | network-3c3781365a4c9ce9770deb21229a39cf352f1025.tar.zst network-3c3781365a4c9ce9770deb21229a39cf352f1025.zip | |
Add mel to nix.trusted-users
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/nix.nix')
| -rw-r--r-- | modules/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index cde962a..2e067aa 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -22,6 +22,7 @@ settings = { experimental-features = [ "flakes" "nix-command" ]; + trusted-users = [ "root" "mel" ]; }; }; } |
