From fe42a0b4485ec4468c8b91026b385ece9ba6b3b7 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 29 Jun 2024 10:59:45 +0100 Subject: [PATCH] Removed unnecessary declaration for btrfs device name. --- hosts/nebula/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nebula/default.nix b/hosts/nebula/default.nix index 9d341d1..25edb52 100644 --- a/hosts/nebula/default.nix +++ b/hosts/nebula/default.nix @@ -5,7 +5,6 @@ let dev = "/dev/sda"; # depends on target hardware encrypted = false; # currrently only applies to btrfs impermanence = false; # currrently only applies to btrfs - btrfsMountDevice = if encrypted then "/dev/mapper/crypted" else "/dev/root_vg/root"; user = "admin"; in {