REALLY remove 2macc and linodeeu

This commit is contained in:
Greg Hellings
2023-08-29 10:02:35 -05:00
parent a88869d20d
commit afad4e8a1c
4 changed files with 0 additions and 48 deletions
-5
View File
@@ -37,10 +37,6 @@ let
] ++ extraMods;
};
in {
"2maccabees" = unstable {
system = "aarch64-linux";
name = "2maccabees";
};
genesis = unstable { name = "genesis"; };
jude = unstable {
name = "jude";
@@ -49,7 +45,6 @@ in {
};
icdm-root = unstable { name = "icdm-root"; };
linode = machine { name = "linode"; };
linodeeu = machine { name = "linodeeu"; };
lappy = machine { name = "lappy"; };
mm = unstable { name = "mm"; };
iso = machine { name = "iso"; };
-12
View File
@@ -1,12 +0,0 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
];
greg.home = false;
greg.linode.enable = true;
greg.tailscale.enable = true;
networking.hostName = "linodeeu";
networking.domain = "thehellings.com";
}
-26
View File
@@ -1,26 +0,0 @@
# Do not modify this file! It was generated by "nixos-generate-config"
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "virtio_pci" "virtio_scsi" "ahci" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/sda";
fsType = "ext4";
};
swapDevices = [
{ device = "/dev/sdb"; }
];
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}