clanModules: Fix disk-id and machine-id

This commit is contained in:
Qubasa
2024-10-03 15:40:14 +02:00
parent 17dfeb38bf
commit 219636e67f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
pkgs.bash
];
script = ''
uuid=$(bash ${../uuid4.sh})
uuid=$(bash ${../../uuid4.sh})
# Remove the hyphens from the UUID
uuid_no_hyphens=$(echo -n "$uuid" | tr -d '-')

View File

@@ -32,7 +32,7 @@ in
pkgs.bash
];
script = ''
uuid=$(bash ${../uuid4.sh})
uuid=$(bash ${../../uuid4.sh})
# Remove the hyphens from the UUID
uuid_no_hyphens=$(echo -n "$uuid" | tr -d '-')