From 49762d4f5ef1da7fe31c3c66ef3543e31086b474 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 17 Sep 2025 11:35:40 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/disko/mini-pc.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixosConfigurations/hosts/disko/mini-pc.nix b/nixosConfigurations/hosts/disko/mini-pc.nix index cd6f1de..a48f848 100755 --- a/nixosConfigurations/hosts/disko/mini-pc.nix +++ b/nixosConfigurations/hosts/disko/mini-pc.nix @@ -1,7 +1,7 @@ { disko.devices = { disk = { - main = { + "${xlib.device.hostname}" = { device = "/dev/sda"; type = "disk"; content = { @@ -27,6 +27,9 @@ type = "filesystem"; format = "ext4"; mountpoint = "/"; + extraArgs = [ + "-L ${xlib.device.hostname}" # Filesystem label + ]; }; }; swap = {