Rename clusters

This commit is contained in:
Jonas Juselius
2020-10-27 18:44:19 +01:00
parent deb41300a6
commit 233300f58f
21 changed files with 0 additions and 0 deletions

22
clusters/k2/k2-4.nix Normal file
View File

@@ -0,0 +1,22 @@
# 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, ... }:
{
imports = [ ];
boot.initrd.availableKernelModules = [ "ata_piix" "mptspi" "floppy" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/805a40c9-c575-4579-8c6d-9de36b44b1ca";
fsType = "ext4";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 4;
}