feat: further fixups

This commit is contained in:
Kat Inskip 2023-01-29 10:02:24 -08:00
parent 97a26b38ba
commit 1ca6189cfd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 46 additions and 30 deletions

View file

@ -1,5 +1,7 @@
_: {
networking.nftables.enable = true;
{ machine, ... }: {
networking = {
hostName = machine;
nftables.enable = true;
};
services.tailscale.enable = true;
}