diff options
Diffstat (limited to 'nix/machines/vm-hetzner')
-rw-r--r-- | nix/machines/vm-hetzner/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/machines/vm-hetzner/default.nix b/nix/machines/vm-hetzner/default.nix index a268779..889b00d 100644 --- a/nix/machines/vm-hetzner/default.nix +++ b/nix/machines/vm-hetzner/default.nix @@ -1,5 +1,5 @@ { pkgs, lib, ... }: { - imports = [ ./hardware/vm-hetzner.nix ./vm-shared.nix ]; + imports = [ ./hardware.nix ../vm-shared.nix ]; boot.tmp.cleanOnBoot = true; zramSwap.enable = true; |