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