Formatted files

This commit is contained in:
2026-02-06 10:06:20 +01:00
parent 8ef2928bf6
commit dc27a74917
5 changed files with 44 additions and 35 deletions

View File

@@ -3,7 +3,10 @@
networking = { networking = {
networkmanager.enable = true; networkmanager.enable = true;
firewall = { firewall = {
allowedTCPPorts = [ 22 5900 ]; allowedTCPPorts = [
22
5900
];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
enable = true; enable = true;
}; };

View File

@@ -49,7 +49,13 @@
users.users.${currentSystemUser} = { users.users.${currentSystemUser} = {
isNormalUser = true; isNormalUser = true;
description = "Patrick Canal"; description = "Patrick Canal";
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "nordvpn" ]; extraGroups = [
"networkmanager"
"wheel"
"docker"
"libvirtd"
"nordvpn"
];
shell = pkgs.fish; shell = pkgs.fish;
}; };