Skip to content

Commit a8a3ef5

Browse files
committed
chore(hosts/disko): disk-main-{hostName} -> disk-main-root
1 parent 8e22e06 commit a8a3ef5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hosts/maia/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
luks = {
5858
size = "100%";
5959
content = {
60+
name = "root";
6061
type = "luks";
61-
name = hostName;
6262
settings.allowDiscards = true;
6363
content = {
6464
type = "btrfs";

hosts/pleione/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
luks = {
7878
size = "100%";
7979
content = {
80+
name = "root";
8081
type = "luks";
81-
name = hostName;
8282
settings.allowDiscards = true;
8383
content = {
8484
type = "btrfs";

hosts/taygeta/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
mountpoint = "/boot";
3737
};
3838
};
39-
taygeta = {
39+
root = {
4040
size = "100%";
4141
content = {
4242
type = "btrfs";

0 commit comments

Comments
 (0)