diff --git a/nixos/machines/nodens/hardware-configuration.nix b/nixos/machines/nodens/hardware-configuration.nix index 1261a8c..31b5450 100644 --- a/nixos/machines/nodens/hardware-configuration.nix +++ b/nixos/machines/nodens/hardware-configuration.nix @@ -4,8 +4,6 @@ pkgs, ... }: { - imports = []; - fileSystems."/" = { device = "root"; fsType = "tmpfs";