summaryrefslogtreecommitdiffstats
path: root/lass/1systems/morpheus/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-10-24 11:06:43 +0200
committerlassulus <lassulus@lassul.us>2021-10-24 11:06:43 +0200
commitf455668ff33d7555f8fe8d02ae9cf1b72cab596c (patch)
tree4dafc9b21c13838e9387a62c64439043cc19e0c9 /lass/1systems/morpheus/config.nix
parent1c98e211ffcfad92e0d1bac835f3d6715756f957 (diff)
l: remove red.r morpheus.r uriel.r
Diffstat (limited to 'lass/1systems/morpheus/config.nix')
-rw-r--r--lass/1systems/morpheus/config.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/lass/1systems/morpheus/config.nix b/lass/1systems/morpheus/config.nix
deleted file mode 100644
index 79d4f528..00000000
--- a/lass/1systems/morpheus/config.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ config, pkgs, ... }:
-with import <stockholm/lib>;
-{
- imports = [
- <stockholm/lass>
- <stockholm/lass/2configs/retiolum.nix>
-
- <stockholm/lass/2configs/syncthing.nix>
- <stockholm/lass/2configs/green-host.nix>
- ];
-
- krebs.build.host = config.krebs.hosts.morpheus;
-
- networking.wireless.enable = false;
- networking.networkmanager.enable = true;
-
- services.logind.lidSwitch = "ignore";
- services.logind.lidSwitchDocked = "ignore";
-
- environment.systemPackages = with pkgs; [
- gitAndTools.hub
- nix-review
- firefox
- ag
- ];
-
- services.openssh.forwardX11 = true;
- programs.x2goserver.enable = true;
-}