From 44ec2bfd6bf7df4bd4314ea1fc52f45b365e2838 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Mon, 23 Sep 2019 21:07:04 +0000 Subject: [PATCH] Update Filesystem --- host/calanda.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/calanda.nix b/host/calanda.nix index 585344d..ca6dcd2 100644 --- a/host/calanda.nix +++ b/host/calanda.nix @@ -12,7 +12,7 @@ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/6d138e65-49c1-42ba-9751-61f0a54d0b6b"; + { device = "/dev/disk/by-uuid/16efc5db-0697-4f39-b64b-fc18ac318625"; fsType = "btrfs"; options = [ "defaults" "subvol=nixos" "noatime" ]; };