commit f94e29c6bed620f05215801bb6649ce699eae9c2 parent 7a9cda7c844806a04b8344aaeeab2fa4d219d7ba Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 17 Jul 2020 13:25:00 +0200 system/wakasu: update filesystem with new setup Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/wakasu.nix | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/systems/wakasu.nix b/systems/wakasu.nix @@ -44,17 +44,19 @@ in }; }; */ - fileSystems."/" = { - device = "/dev/disk/by-uuid/c44cdfec-b567-4059-8e66-1be8fec6342a"; + device = "/dev/disk/by-uuid/6590b73d-72a4-4356-94b1-f56ac45c976d"; fsType = "ext4"; options = [ "noatime" "discard" ]; }; + fileSystems."/boot" = { - device = "/dev/disk/by-uuid/E974-AB5D"; + device = "/dev/disk/by-uuid/7FA5-145B"; fsType = "vfat"; }; - swapDevices = [{ device = "/dev/disk/by-uuid/c8c3308a-6ca6-4669-bad3-37a225af4083"; }]; + + swapDevices = [{ device = "/dev/disk/by-uuid/720200fc-8f27-49a7-85bb-a406b6119d31"; }]; + profiles = { home = true;