diff options
Diffstat (limited to 'lass/1systems/skynet/config.nix')
| -rw-r--r-- | lass/1systems/skynet/config.nix | 29 | 
1 files changed, 11 insertions, 18 deletions
diff --git a/lass/1systems/skynet/config.nix b/lass/1systems/skynet/config.nix index b6c08f797..14aca598e 100644 --- a/lass/1systems/skynet/config.nix +++ b/lass/1systems/skynet/config.nix @@ -5,42 +5,35 @@ with import <stockholm/lib>;      <stockholm/lass>      <stockholm/lass/2configs/retiolum.nix> -    #<stockholm/lass/2configs/exim-retiolum.nix>      <stockholm/lass/2configs/fetchWallpaper.nix> +    <stockholm/lass/2configs/blue-host.nix>      { -      # discordius config        services.xserver.enable = true; +      services.xserver.desktopManager.xfce.enable = true; +        users.users.discordius = { -        uid = genid "discordius"; -        home = "/home/discordius"; -        group = "users"; -        createHome = true; +        uid = genid "diskordius"; +        isNormalUser = true;          extraGroups = [            "audio"            "networkmanager"          ]; -        useDefaultShell = true; -      }; -      networking.networkmanager.enable = true; -      networking.wireless.enable = mkForce false; -      hardware.pulseaudio = { -        enable = true; -        systemWide = true;        };        environment.systemPackages = with pkgs; [ -        pavucontrol -        firefox -        hexchat -        networkmanagerapplet +        google-chrome        ]; -      services.xserver.desktopManager.gnome3 = { +      hardware.pulseaudio = {          enable = true; +        systemWide = true;        };      }    ];    krebs.build.host = config.krebs.hosts.skynet; +  networking.wireless.enable = false; +  networking.networkmanager.enable = true; +    services.logind.extraConfig = ''      HandleLidSwitch=ignore    '';  | 
