diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:03:16 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:03:16 +0000 |
commit | d6465b7ed0dc877967e4b4c21a4254cae7e0512e (patch) | |
tree | 56038070405b6c123a1113eb5e5f25288703cddb /host/Rory-discordbots/configuration.nix | |
parent | Add memory hotplug kernel parameters to base (diff) | |
download | Rory-Open-Architecture-d6465b7ed0dc877967e4b4c21a4254cae7e0512e.tar.xz |
Cleanup
Diffstat (limited to 'host/Rory-discordbots/configuration.nix')
-rwxr-xr-x | 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 ed9b248..3eff333 100755 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -13,21 +13,12 @@ networking = { hostName = "Rory-discordbots"; - networkmanager.enable = false; - wireless.enable = false; - - firewall = { - enable = false; - }; interfaces.ens18.ipv4.addresses = [ { address = "192.168.1.50"; prefixLength = 24; } ]; }; - sound.enable = false; - hardware.pulseaudio.enable = false; - system.stateVersion = "22.11"; # DO NOT EDIT! } |