adding ioit vlan to jeeves-jr

This commit is contained in:
Richie Cahill
2024-08-11 17:51:26 -04:00
parent 73448e7949
commit b514504178
5 changed files with 38 additions and 26 deletions

View File

@ -15,32 +15,16 @@
useSystemdBoot = true;
};
environment = {
systemPackages = with pkgs; [ docker-compose ];
etc = {
# Creates /etc/lynis/custom.prf
"lynis/custom.prf" = {
text = ''
skip-test=BANN-7126
skip-test=BANN-7130
skip-test=DEB-0520
skip-test=DEB-0810
skip-test=FIRE-4513
skip-test=HRDN-7222
skip-test=KRNL-5820
skip-test=LOGG-2190
skip-test=LYNIS
skip-test=TOOL-5002
'';
mode = "0440";
};
};
};
environment.systemPackages = with pkgs; [ docker-compose ];
services = {
nfs.server.enable = true;
openssh.ports = [ 352 ];
openssh = {
ports = [ 352 ];
listenAddresses = [
{ addr = "192.168.95.35"; }
{ addr = "192.168.90.35"; }
];
};
smartd.enable = true;