We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288372 commit 9179b7fCopy full SHA for 9179b7f
1 file changed
hosts/vps/example-vps/configuration.nix
@@ -18,9 +18,6 @@
18
# Network interface - adjust based on VPS provider
19
networking.interfaces.ens3.useDHCP = true;
20
21
- # Port knocking interface
22
- services.knockd.interface = "ens3";
23
-
24
# Users - minimal for VPS
25
users.users.giovanni = {
26
isNormalUser = true;
0 commit comments