diff --git a/nixos/machines/bragi/hardware-configuration.nix b/nixos/machines/bragi/hardware-configuration.nix index 4bd7168..9d8132c 100644 --- a/nixos/machines/bragi/hardware-configuration.nix +++ b/nixos/machines/bragi/hardware-configuration.nix @@ -1,6 +1,6 @@ {lib, ...}: { fileSystems."/" = { - device = "root"; + device = "gha-root"; fsType = "tmpfs"; options = ["size=2G" "mode=755"]; };