This commit is contained in:
Invariantspace 2024-03-17 12:40:09 -07:00
parent 73cd77b6c8
commit 843b937056
5 changed files with 41 additions and 44 deletions

View file

@ -4,12 +4,8 @@
networking = {
firewall.trustedInterfaces = [ config.services.tailscale.interfaceName ];
hostId = "74247225";
networkmanager = {
enable = true;
wifi.backend = "iwd";
};
networkmanager.enable = true;
nftables.enable = true;
wireless.iwd.enable = true;
};
services.openssh.enable = true;
}