From 78306cc7562e8a8475dd839fdc175ddf15654df5 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 7 Nov 2021 02:06:32 +0100 Subject: adding new nix dir --- nix/nixops/comet/hardware-configuration.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 nix/nixops/comet/hardware-configuration.nix (limited to 'nix/nixops/comet/hardware-configuration.nix') diff --git a/nix/nixops/comet/hardware-configuration.nix b/nix/nixops/comet/hardware-configuration.nix new file mode 100644 index 0000000..7f5eb56 --- /dev/null +++ b/nix/nixops/comet/hardware-configuration.nix @@ -0,0 +1,24 @@ +# 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" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/3c4969ad-b9cb-4265-8e14-92145f8a133a"; + fsType = "ext4"; + }; + + swapDevices = [ ]; + + nix.maxJobs = lib.mkDefault 4; +} -- cgit v1.2.3