diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:03:10 +0000 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:19:49 +0000 |
commit | f71051f47158f57091306e269352d7579522e426 (patch) | |
tree | 3b112ddd10797c8669e9b68d483b205d49c3035b /configuration/nix-settings.nix | |
parent | 463f0d40c6ee02e5512269d2e370506a8ca8f965 (diff) |
bluurb
Diffstat (limited to 'configuration/nix-settings.nix')
-rw-r--r-- | configuration/nix-settings.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configuration/nix-settings.nix b/configuration/nix-settings.nix deleted file mode 100644 index d765c47..0000000 --- a/configuration/nix-settings.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - nix.settings = { - experimental-features = [ "nix-command" "flakes" ]; - trusted-users = [ "root" "jras" ]; - }; -} |