cosmetics

nix-components
pegasust 2022-11-25 23:02:59 -07:00
parent 8d82d12447
commit 6b1174d0dc
1 changed files with 1 additions and 12 deletions

View File

@ -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;