REALLY remove 2macc and linodeeu
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -37,10 +37,6 @@ let
|
|||||||
] ++ extraMods;
|
] ++ extraMods;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
"2maccabees" = unstable {
|
|
||||||
system = "aarch64-linux";
|
|
||||||
name = "2maccabees";
|
|
||||||
};
|
|
||||||
genesis = unstable { name = "genesis"; };
|
genesis = unstable { name = "genesis"; };
|
||||||
jude = unstable {
|
jude = unstable {
|
||||||
name = "jude";
|
name = "jude";
|
||||||
@@ -49,7 +45,6 @@ in {
|
|||||||
};
|
};
|
||||||
icdm-root = unstable { name = "icdm-root"; };
|
icdm-root = unstable { name = "icdm-root"; };
|
||||||
linode = machine { name = "linode"; };
|
linode = machine { name = "linode"; };
|
||||||
linodeeu = machine { name = "linodeeu"; };
|
|
||||||
lappy = machine { name = "lappy"; };
|
lappy = machine { name = "lappy"; };
|
||||||
mm = unstable { name = "mm"; };
|
mm = unstable { name = "mm"; };
|
||||||
iso = machine { name = "iso"; };
|
iso = machine { name = "iso"; };
|
||||||
|
|||||||
@@ -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";
|
|
||||||
}
|
|
||||||
@@ -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;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user