Files
platform/clusters/psql1/psql1-0.nix
Jonas Juselius 38daf405e5 Add psql1 cluster
2020-12-02 12:33:35 +01:00

36 lines
946 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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" "virtio_pci" "uhci_hcd" "ehci_pci" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/49b61f5c-9dd6-4989-8d24-87e143a580ae";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/DCF5-0AA3";
fsType = "vfat";
};
fileSystems."/data" =
{ device = "/dev/disk/by-label/psql";
fsType = "ext4";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/137fc4ef-452d-4216-9f18-42cf859f77ce"; }
];
nix.maxJobs = lib.mkDefault 4;
#virtualisation.hypervGuest.enable = true;
}