From 3d9cf579a3e4d40221e08c36048e1f0d1de15ed0 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 21 Feb 2025 18:03:30 +0100 Subject: muhammed: Remove dev-vm --- hosts/muhammed/dev-vm/configuration/user.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 hosts/muhammed/dev-vm/configuration/user.nix (limited to 'hosts/muhammed/dev-vm/configuration/user.nix') diff --git a/hosts/muhammed/dev-vm/configuration/user.nix b/hosts/muhammed/dev-vm/configuration/user.nix deleted file mode 100644 index bf2b93f..0000000 --- a/hosts/muhammed/dev-vm/configuration/user.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ - # Register the user which we will be logging into from the host. - users.users.linus = { - isNormalUser = true; - password = "diller"; # Don't care. No security implications. - extraGroups = ["wheel"]; - }; - - home-manager.users.linus = { - imports = [ - ../../../../shared/home-manager/development-full - ]; - home.stateVersion = "24.05"; - }; - - # Allow passwordless sudo for easy use. We don't have to be too worried about wrecking the system. - security.sudo.extraRules = [ - { - users = ["linus"]; - commands = ["ALL"]; - } - ]; -} -- cgit v1.2.3