Removed: Restructured code by removing and merging duplicate configs

This commit is contained in:
2026-02-17 23:39:17 +01:00
parent cb70c8ddf4
commit fc94e2f0af
3 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,6 @@
# ];
firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [ 5432 ];
};
};

View File

@@ -17,8 +17,6 @@
# ];
firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [ ];
};
};

View File

@@ -49,6 +49,11 @@
};
};
};
firewall = {
enable = true;
allowPing = true;
};
};
# SSH configuration
@@ -66,7 +71,6 @@
hashedPassword = "$6$TqAclAMz/DFP90Ve$HEN4t1pqK36rACeWctJOmLArkTWb/rIBYamu4sY8bPuDnqkVVyfOLqXKkgX8zBf9LKz02.mo4EKFRnYWIzcAX1";
extraGroups = [
"wheel"
"networkmanager"
];
shell = pkgs.fish;
openssh.authorizedKeys.keys = [