diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index c3f8cb6..5b875bf 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -16,8 +16,8 @@ services.getty.autologinUser = "root"; fileSystems."/" = { - fsType = "tmpfs"; - options = [ "mode=0755,noauto" ]; + options = [ "rbind" ]; + device = "/"; }; system.stateVersion = "25.05";