Skip to content

Commit 70dbb9f

Browse files
committed
Partially revert commit 256e0ba
1 parent 7ce70f5 commit 70dbb9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generic/disk-config-btrfs-impermanence.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{ lib, config, inputs, ... }:
33

44
let
5-
bootDev = "f6988248-1a64-4ee5-90a1-943158b8ee7d";
6-
bootDevPath = "/dev/disk/by-uuid/${bootDev}"; #do not change because of below!
5+
bootDev = "sda";
6+
bootDevPath = "/dev/${bootDev}"; #do not change because of below!
77
cfg = config.myModules.disko-btrfs-impermanence;
88
in
99
{

0 commit comments

Comments
 (0)