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 = {
networkmanager.enable = true;
firewall = {
allowedTCPPorts = [ 22 5900 ];
allowedTCPPorts = [
22
5900
];
allowedUDPPorts = [ ];
enable = true;
};

View File

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