nixos-conf/hosts/vaultwarden.nix

13 lines
231 B
Nix
Raw Normal View History

{ ... }:
{
imports = [ ../disko/zfs-impermanence.nix ];
custom = {
impermanence.enable = true;
vm.enable = true;
vaultwarden.enable = true;
};
networking.hostId = "2842298f";
system.stateVersion = "25.05";
}