diff options
author | lassulus <git@lassul.us> | 2023-07-28 23:59:58 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-28 23:59:58 +0200 |
commit | 02e790c9fb6965e28f1573841181f610ff1599eb (patch) | |
tree | 5462ffe78c3708806821d893baa6a2c81137812f /makefu/1systems/repunit | |
parent | fd07efa9e97b0984856a97a44ad0b97130db92f7 (diff) | |
parent | 3f37acf6f9ea4af21195cd7b0a37ba359105a69d (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/repunit')
-rw-r--r-- | makefu/1systems/repunit/config.nix | 40 | ||||
-rw-r--r-- | makefu/1systems/repunit/source.nix | 3 |
2 files changed, 0 insertions, 43 deletions
diff --git a/makefu/1systems/repunit/config.nix b/makefu/1systems/repunit/config.nix deleted file mode 100644 index 5589cc0a2..000000000 --- a/makefu/1systems/repunit/config.nix +++ /dev/null @@ -1,40 +0,0 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - -{ config, pkgs, ... }: - -{ - imports = - [ # Include the results of the hardware scan. - <stockholm/makefu> - <nixpkgs/nixos/modules/profiles/qemu-guest.nix> - <stockholm/makefu/2configs/git/cgit-retiolum.nix> - <stockholm/makefu/2configs/tinc/retiolum.nix> - ]; - krebs.build.host = config.krebs.hosts.repunit; - - boot.loader.grub.enable = true; - boot.loader.grub.version = 2; - boot.loader.grub.device = "/dev/vda"; - - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "ehci_pci" "virtio_pci" "virtio_blk" ]; - boot.kernelModules = [ ]; - boot.extraModulePackages = [ ]; - hardware.enableRedistributableFirmware = true; - hardware.cpu.amd.updateMicrocode = true; - -# networking.firewall is enabled by default - networking.firewall.allowedTCPPorts = [ 80 ]; - networking.firewall.allowPing = true; - - fileSystems."/" = - { device = "/dev/disk/by-label/nixos"; - fsType = "ext4"; - }; - -# $ nix-env -qaP | grep wget - environment.systemPackages = with pkgs; [ - jq - ]; -} diff --git a/makefu/1systems/repunit/source.nix b/makefu/1systems/repunit/source.nix deleted file mode 100644 index 20d3cd1cb..000000000 --- a/makefu/1systems/repunit/source.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - name="repunit"; -} |