cosmetics
parent
8d82d12447
commit
6b1174d0dc
|
@ -38,17 +38,6 @@
|
||||||
}];
|
}];
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = false;
|
enable = false;
|
||||||
# Also wishing for nix-lsp to be a bit better here
|
|
||||||
# A man can only pray and cry
|
|
||||||
# How would we add such functionality to nix-lsp if nix is
|
|
||||||
# inherently lazy?
|
|
||||||
#
|
|
||||||
# Can use the schema, maybe?
|
|
||||||
#
|
|
||||||
# Also wishing on the ability for services to declare their
|
|
||||||
# own ports now
|
|
||||||
#
|
|
||||||
# Maybe write a mkService?
|
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 ];
|
||||||
};
|
};
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
|
|
Loading…
Reference in New Issue