Add two new nodes to k2, taint master node

This commit is contained in:
Jonas Juselius
2021-09-22 21:13:36 +02:00
parent af39c22db2
commit 18de464e2f
6 changed files with 100 additions and 25 deletions

27
clusters/k2/hw/k2-5.nix Normal file
View File

@@ -0,0 +1,27 @@
# 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 = [ ];
boot.initrd.availableKernelModules = [ "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/9e5acd6c-3e18-40c0-9826-a620812a7bff";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/255E-65E7";
fsType = "vfat";
};
swapDevices = [];
virtualisation.hypervGuest.enable = true;
}