Added hosts configuration

This commit is contained in:
xeovalyte 2025-01-03 11:09:05 +01:00
parent 3c31e70fd2
commit 71f09fccc0
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -68,6 +68,10 @@
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
};
networking.hosts = {
"192.168.100.118" = [ "timo.bmrs.nl" "adguard.timo.bmrs.nl" "git.timo.bmrs.nl" "auth.timo.bmrs.nl" "ldap.timo.bmrs.nl" "dozzle.timo.bmrs.nl" "home.timo.bmrs.nl" "immich.timo.bmrs.nl" "paperless.timo.bmrs.nl" "search.timo.bmrs.nl" ];
};
services.openssh.enable = true;
system.stateVersion = "24.05";