1
0

Add host dn42-ildix-clerie

This commit is contained in:
2020-12-14 19:11:20 +01:00
parent 832ad41743
commit dcc370c9e7
2 changed files with 144 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" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/95b1b405-5aa4-4ce8-9563-b8308b3ce129";
fsType = "ext4";
};
swapDevices = [ ];
}