# 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, ... }: let mc1 = "192.168.0.167"; common_mc1_route = { via = mc1; prefixLength = 24; }; in { 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 = [ ]; boot.loader.grub.enable = true; boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; networking = { hostName = "mc3"; domain = "mc-fucker.cool"; useDHCP = false; nameservers = [ mc1 ]; defaultGateway = "192.168.0.1"; interfaces.ens192.ipv4 = { addresses = [ { address = "192.168.0.165"; prefixLength = 24; } ]; routes = [ (common_mc1_route // { address = "192.168.1.0"; }) (common_mc1_route // { address = "192.168.2.0"; }) (common_mc1_route // { address = "192.168.3.0"; }) ]; }; }; } # vim: set et ts=2 sw=2 ai: