More networking

This commit is contained in:
2023-07-20 22:23:36 +01:00
parent e1dfd3193e
commit f6c2446196
2 changed files with 4 additions and 6 deletions

View File

@@ -49,8 +49,6 @@ in {
defaultLocale = "en_GB.UTF-8";
};
networking.useDHCP = true;
console = {
useXkbConfig = true;
};
@@ -92,8 +90,12 @@ in {
};
networking.firewall.trustedInterfaces = ["tailscale0"];
networking = {
networkmanager.enable = true;
};
programs.zsh.enable = true;
programs.nm-applet.enable = true;
services = {
openssh.enable = true;