summaryrefslogtreecommitdiff
path: root/modules/users/defin.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-04 23:20:07 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-04 23:35:44 -0700
commitc43fb4686263d5de21cfbb3a9354f62c859762bb (patch)
tree2f2b15d8b9c50bed6bff9036a9412dee7e986c7f /modules/users/defin.nix
parentd5b77bca092405fae7a0dc9767fd16b431aee6ae (diff)
user allready allowd to run nix commands due to groups
Diffstat (limited to 'modules/users/defin.nix')
-rw-r--r--modules/users/defin.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix
index 8d476fa..46e6627 100644
--- a/modules/users/defin.nix
+++ b/modules/users/defin.nix
@@ -20,9 +20,6 @@
};
};
- # Allow to run nix
- nix.settings.allowed-users = [ "defin" ];
-
# I can't think of a better spot to put this rn.
services.openssh = {
ports = [ 22 2200 ]; # needed because isp blocks ssh over 22