1
0

Add host web-2

This commit is contained in:
2021-01-02 16:48:53 +01:00
parent 06625139dd
commit ddb41ac8cd
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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")
];
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "xhci_pci" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8df3979c-e296-4f4f-aa87-9575b1e77344";
fsType = "ext4";
};
swapDevices = [ ];
}