diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 03:27:53 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 03:27:53 +0100 |
commit | 568eb4123b387c59d2ea71a2120d1d864a549028 (patch) | |
tree | da2b9e9cf94d735effa7d0be375adb41f57d3693 | |
parent | Module import test 2 (diff) | |
download | Rory-Open-Architecture-568eb4123b387c59d2ea71a2120d1d864a549028.tar.xz |
Tiny cleanup
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 9 |
1 files changed, 0 insertions, 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 |