From 02df8796e161ef34a5392185ddb39fae776dbcd2 Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 15 Mar 2024 11:09:42 +0100 Subject: [PATCH] netbird and removed wheel --- machines/kat-probook/configuration.nix | 1 + machines/kat-r86s/configuration.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/kat-probook/configuration.nix b/machines/kat-probook/configuration.nix index 2d649bb..251a6a4 100644 --- a/machines/kat-probook/configuration.nix +++ b/machines/kat-probook/configuration.nix @@ -94,6 +94,7 @@ devices.katel.id = "DYOKK7J-HZAF5S7-FYTHQF5-UD5GJZ2-4JMV5I5-STUM3HG-5YM2JPR-LATJNAZ"; }; }; + services.netbird.enable = true; # List services that you want to enable: diff --git a/machines/kat-r86s/configuration.nix b/machines/kat-r86s/configuration.nix index 2811361..646c059 100644 --- a/machines/kat-r86s/configuration.nix +++ b/machines/kat-r86s/configuration.nix @@ -51,7 +51,7 @@ programs.zsh.enable = true; users.users.guest = { isNormalUser = true; - extraGroups = [ "wheel" ]; +# extraGroups = [ "wheel" ]; packages = with pkgs; [ ]; }; @@ -79,6 +79,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + services.netbird.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];