We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce70f5 commit 70dbb9fCopy full SHA for 70dbb9f
1 file changed
generic/disk-config-btrfs-impermanence.nix
@@ -2,8 +2,8 @@
2
{ lib, config, inputs, ... }:
3
4
let
5
- bootDev = "f6988248-1a64-4ee5-90a1-943158b8ee7d";
6
- bootDevPath = "/dev/disk/by-uuid/${bootDev}"; #do not change because of below!
+ bootDev = "sda";
+ bootDevPath = "/dev/${bootDev}"; #do not change because of below!
7
cfg = config.myModules.disko-btrfs-impermanence;
8
in
9
{
0 commit comments