{ lib, ... }: { swapDevices = [ { device = "/var/lib/swapfile"; size = 2 * 1024; } ]; imports = [ ../../shared/base.nix ../../shared/hardware/vm.nix ../../shared/users/vili.nix ../../servers/syncthing.nix ]; users.users.vili.hashedPasswordFile = lib.mkForce null; sops.secrets = lib.mkForce { }; }