initial setup

This commit is contained in:
Vivian 2024-07-07 10:58:58 +02:00
parent 06f6f5f4a6
commit a9207d6844
8 changed files with 58 additions and 82 deletions

View file

@ -1,8 +0,0 @@
{ ... }: {
imports = [ ./common.nix ];
services.v.dns = {
enable = true;
openFirewall = true;
mode = "server";
};
}