From 060a8f28fa1fc648bdf66afb31a5d1efac868837 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Jul 2023 22:24:15 +0200 Subject: makefu: move out to own repo, add vacation-note --- makefu/1systems/tsp/config.nix | 45 ---------------------------------------- makefu/1systems/tsp/hardware.nix | 9 -------- makefu/1systems/tsp/source.nix | 6 ------ 3 files changed, 60 deletions(-) delete mode 100644 makefu/1systems/tsp/config.nix delete mode 100644 makefu/1systems/tsp/hardware.nix delete mode 100644 makefu/1systems/tsp/source.nix (limited to 'makefu/1systems/tsp') diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix deleted file mode 100644 index 9586578d3..000000000 --- a/makefu/1systems/tsp/config.nix +++ /dev/null @@ -1,45 +0,0 @@ -# -# -# -{ config, pkgs, lib, ... }: - -{ - imports = - [ # Include the results of the hardware scan. - ./hardware.nix - - - - - - - # - - # hardware specifics are in here - - - - - # - - - - - - - - - { - programs.adb.enable = true; - } - ]; - krebs.build.host = config.krebs.hosts.tsp; - boot.loader.grub.device = "/dev/sda"; - - networking.firewall.allowedTCPPorts = [ - 25 - ]; - - hardware.enableRedistributableFirmware = true; - nixpkgs.config.allowUnfree = true; -} diff --git a/makefu/1systems/tsp/hardware.nix b/makefu/1systems/tsp/hardware.nix deleted file mode 100644 index 2788eae04..000000000 --- a/makefu/1systems/tsp/hardware.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ lib, ... }: -{ - imports = [ - # laptop is an acer aspire, but close enough i'd say - - ]; - # the laptop only has the touchpad - services.xserver.synaptics.additionalOptions = lib.mkForce ''Option "TouchpadOff" "0"''; -} diff --git a/makefu/1systems/tsp/source.nix b/makefu/1systems/tsp/source.nix deleted file mode 100644 index afb05e296..000000000 --- a/makefu/1systems/tsp/source.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - name="tsp"; - full = true; - hw = true; - home-manager = true; -} -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/4d000000.lock: No such file or directory (2)