12 lines
185 B
Nix
12 lines
185 B
Nix
{ ... }:
|
|
{
|
|
networking.hostName = "vaultwarden";
|
|
|
|
imports = [
|
|
../shared/base.nix
|
|
../servers/vaultwarden.nix
|
|
];
|
|
|
|
# HARDWARE SPECIFIC
|
|
services.qemuGuest.enable = true;
|
|
}
|