From 03d852b61275d93bdf75264ac7f52fc65fed58b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 29 Jun 2024 01:52:05 -0300 Subject: [PATCH] monolith: mount root --- hosts/monolith/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/monolith/default.nix b/hosts/monolith/default.nix index 4dcc8b7..bf2771b 100644 --- a/hosts/monolith/default.nix +++ b/hosts/monolith/default.nix @@ -136,11 +136,11 @@ in "nofail" ] ++ btrfs_options; }; - # fileSystems."/home/lelgenio/.local/mount/bigboy" = { - # device = "/dev/disk/by-label/BTRFS_BIGBOY"; - # fsType = "btrfs"; - # options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd; - # }; + fileSystems."/home/lelgenio/.local/mount/old" = { + device = "/dev/disk/by-label/BTRFS_ROOT"; + fsType = "btrfs"; + options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd; + }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's