From 29c1679d74a516136f07ec06113b24174b911be5 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 16:18:56 +0200 Subject: l morpheus.r: RIP --- lass/1systems/morpheus/config.nix | 41 --------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 lass/1systems/morpheus/config.nix (limited to 'lass/1systems/morpheus/config.nix') diff --git a/lass/1systems/morpheus/config.nix b/lass/1systems/morpheus/config.nix deleted file mode 100644 index cab267d5..00000000 --- a/lass/1systems/morpheus/config.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ config, pkgs, ... }: -with import ; -{ - imports = [ - - - - - - - - ]; - - krebs.build.host = config.krebs.hosts.morpheus; - - networking.wireless.enable = false; - networking.networkmanager.enable = true; - - services.logind.extraConfig = '' - HandleLidSwitch=ignore - ''; - - nixpkgs.config.packageOverrides = super: { - steam = super.steam.override { - withPrimus = true; - extraPkgs = p: with p; [ - glxinfo - nettools - bumblebee - ]; - }; - }; - - - services.xserver.desktopManager.default = "none"; - services.xserver.displayManager.lightdm.autoLogin = { - enable = true; - user = "lass"; - timeout = 5; - }; -} -- cgit v1.2.3