formatting.

This commit is contained in:
Gabe Venberg 2024-03-31 16:24:09 -05:00
parent 015da14be2
commit bbc6beb3da

View file

@ -1,11 +1,15 @@
# 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 =
[ (modulesPath + "/profiles/qemu-guest.nix")
config,
lib,
pkgs,
modulesPath,
...
}: {
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk"];
@ -13,18 +17,18 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/cf31610c-b936-48d3-979d-553424f1d6c7";
fileSystems."/" = {
device = "/dev/disk/by-uuid/cf31610c-b936-48d3-979d-553424f1d6c7";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/27F6-CF8B";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/27F6-CF8B";
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/679dd57a-6a34-47f1-a0c8-cdf1e280c3fa"; }
swapDevices = [
{device = "/dev/disk/by-uuid/679dd57a-6a34-47f1-a0c8-cdf1e280c3fa";}
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking