From be2f8274b31a5cf77ba3c50a1de4cdd18435fbfb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Apr 2020 17:44:15 +0200 Subject: ... --- ullr/hw.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ullr/hw.nix b/ullr/hw.nix index 11bcbecf..36a20fe6 100644 --- a/ullr/hw.nix +++ b/ullr/hw.nix @@ -1,3 +1,6 @@ +# 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, ... }: { @@ -6,19 +9,20 @@ ]; boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/sda2"; - fsType = "btrfs"; + { device = "/dev/disk/by-uuid/e406aaf8-65bd-47b6-b6e9-151c81341280"; + fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/f6a369e3-4be6-413f-8b9e-985a113c66f7"; - fsType = "ext4"; + { device = "/dev/disk/by-uuid/faee127e-d658-4263-8a95-91422c5e6c74"; + fsType = "ext2"; }; swapDevices = [ ]; + } -- cgit v1.2.3