From 568eb4123b387c59d2ea71a2120d1d864a549028 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 27 Dec 2022 03:27:53 +0100 Subject: Tiny cleanup Signed-off-by: TheArcaneBrony --- host/Rory-discordbots/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 59e5582..0acb681 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -27,15 +27,6 @@ sound.enable = true; hardware.pulseaudio.enable = true; - users.users.Rory = { - isNormalUser = true; - extraGroups = [ "wheel" ]; - packages = with pkgs; [ - #xterm - ]; - initialPassword = "password"; - }; - environment.systemPackages = with pkgs; [ botcore-v4.packages.x86_64-linux.bots botcore-v4.packages.x86_64-linux.frontend -- cgit 1.4.1