aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 04:08:24 +0200
committerschererleander <leander@schererleander.de>2025-05-30 04:08:24 +0200
commit9aa7bc128fa48e21a823de81927fa10968ff2108 (patch)
treea87a886bd752ec42ef76c1bd5ac4e79488a0baf6 /hosts/vps/configuration.nix
parent2de24f2949782adc91465a5b057983f8b464793f (diff)
change settings
Diffstat (limited to 'hosts/vps/configuration.nix')
-rw-r--r--hosts/vps/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index 71c0f4d..36307a1 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -10,6 +10,11 @@
networking.hostName = "vps";
networking.domain = "";
+ security.sudo = {
+ enable = true;
+ wheelNeedsPassword = false;
+ };
+
users.users.administrator = {
isNormalUser = true;
password = "admin";