1
0
Fork 0

no configuration.nix symlinks

This commit is contained in:
Daniel Lovbrotte Olsen 2021-12-17 09:10:42 +01:00 committed by System administrator
parent 46f57115bf
commit 458aac92ce
3 changed files with 1 additions and 29 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
result*
hardware-configuration.nix
#/configuration.nix

View File

@ -1 +0,0 @@
hosts/jokum/configuration.nix

View File

@ -1,28 +0,0 @@
# 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" "virtio_scsi" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/1a8bf91a-5948-40c2-a9fd-7a33e46fa441";
fsType = "ext4";
};
fileSystems."/data" =
{ device = "/dev/disk/by-uuid/c812e204-b998-4ec5-9f26-29c5808ed6ba";
fsType = "ext4";
};
swapDevices = [ ];
}