From f55307fd73af235069744dd5155fda0bc73fe613 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 Sep 2023 12:26:31 +0200 Subject: lass: migrate away --- lass/1systems/skynet/config.nix | 41 --------------------------------------- lass/1systems/skynet/physical.nix | 29 --------------------------- 2 files changed, 70 deletions(-) delete mode 100644 lass/1systems/skynet/config.nix delete mode 100644 lass/1systems/skynet/physical.nix (limited to 'lass/1systems/skynet') diff --git a/lass/1systems/skynet/config.nix b/lass/1systems/skynet/config.nix deleted file mode 100644 index 4da4dffb8..000000000 --- a/lass/1systems/skynet/config.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ config, pkgs, ... }: -with import ; -{ - imports = [ - - - - - - - - { - services.xserver.enable = true; - services.xserver.desktopManager.xfce.enable = true; - - users.users.discordius = { - uid = genid "diskordius"; - isNormalUser = true; - extraGroups = [ - "audio" - "networkmanager" - ]; - }; - environment.systemPackages = with pkgs; [ - google-chrome - ]; - hardware.pulseaudio = { - enable = true; - systemWide = true; - }; - } - ]; - - krebs.build.host = config.krebs.hosts.skynet; - - networking.wireless.enable = false; - networking.networkmanager.enable = true; - - services.logind.lidSwitch = "ignore"; - services.logind.lidSwitchDocked = "ignore"; -} diff --git a/lass/1systems/skynet/physical.nix b/lass/1systems/skynet/physical.nix deleted file mode 100644 index 1ac9708c7..000000000 --- a/lass/1systems/skynet/physical.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - imports = [ - ./config.nix - - ]; - - boot.loader.grub.enable = true; - boot.loader.grub.version = 2; - boot.loader.grub.efiSupport = true; - boot.loader.grub.efiInstallAsRemovable = true; - boot.loader.grub.device = "nodev"; - - networking.hostId = "06442b9a"; - - fileSystems."/" = { - device = "rpool/root"; - fsType = "zfs"; - }; - - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/0876-B308"; - fsType = "vfat"; - }; - - services.udev.extraRules = '' - SUBSYSTEM=="net", ATTR{address}=="10:0b:a9:a6:44:04", NAME="wl0" - SUBSYSTEM=="net", ATTR{address}=="f0:de:f1:d1:90:fc", NAME="et0" - ''; -} -- cgit v1.3.1