1
0

Add host osmium

This commit is contained in:
2020-12-06 17:40:06 +01:00
parent 5641b06f7b
commit 53581b621a
2 changed files with 51 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/9072dd14-05b6-4f75-b3b6-8fb790621587";
fsType = "ext4";
};
swapDevices = [ ];
}