diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-07 10:13:43 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-07 10:13:43 -0800 |
| commit | 1954068f59c8553dc2fd45c0383399270c3a18f5 (patch) | |
| tree | e5229adb190a3d79973764f85cb8efaf983b0bb6 /hosts/mba | |
| parent | share configuration for shell utils (diff) | |
| download | infra-1954068f59c8553dc2fd45c0383399270c3a18f5.tar.gz | |
fix conflict
Diffstat (limited to '')
| -rw-r--r-- | hosts/mba/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 772cf8a..6e59f7b 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -13,6 +13,7 @@ }; settings = { + trusted-users = [ "@admin" "fcuny" ]; experimental-features = [ "nix-command" "flakes" ]; }; }; |
