netbird and removed wheel

This commit is contained in:
catvayor 2024-03-15 11:09:42 +01:00
parent 2a2d0eb2be
commit 02df8796e1
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -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 = [ ... ];