From 9aa7bc128fa48e21a823de81927fa10968ff2108 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 04:08:24 +0200 Subject: change settings --- hosts/vps/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts') 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"; -- cgit v1.3.1