nixos-conf/machine-confs/vaultwarden.nix

12 lines
179 B
Nix

{ ... }:
{
networking.hostName = "vaultwarden";
imports = [
../base.nix
../services/vaultwarden.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}