2021-10-16 12:30:41 +02:00
|
|
|
|
# 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 = [ "ata_piix" "vmw_pvscsi" "floppy" "sd_mod" "sr_mod" ];
|
|
|
|
|
|
boot.initrd.kernelModules = [ ];
|
|
|
|
|
|
boot.kernelModules = [ ];
|
|
|
|
|
|
boot.extraModulePackages = [ ];
|
|
|
|
|
|
|
|
|
|
|
|
fileSystems."/" =
|
|
|
|
|
|
{ device = "/dev/disk/by-uuid/92494416-3ec5-4bcd-adc9-11375646fe80";
|
|
|
|
|
|
fsType = "btrfs";
|
|
|
|
|
|
options = [ "compress-force=zstd:7" ];
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
swapDevices = [ ];
|
2021-11-04 13:04:03 +01:00
|
|
|
|
boot.loader.grub.enable = true;
|
|
|
|
|
|
boot.loader.grub.version = 2;
|
|
|
|
|
|
boot.loader.grub.device = "/dev/sda";
|
2021-10-16 12:30:41 +02:00
|
|
|
|
|
2021-11-04 13:04:03 +01:00
|
|
|
|
networking.hostName = "mc3";
|
|
|
|
|
|
networking.domain = "mc-fucker.cool";
|
2021-10-16 12:30:41 +02:00
|
|
|
|
}
|