feat: bump nextcloud.

Had to update packages which involved setting a interface for teh default gateway
This commit is contained in:
silver 2023-12-20 14:37:08 +00:00
parent 8d43055ddf
commit 8e0ec53740
4 changed files with 12 additions and 9 deletions

View file

@ -100,7 +100,10 @@ in {
firewall.allowedTCPPorts = [22];
# explisitly stating this is good
defaultGateway = "193.1.99.65";
defaultGateway = {
address= "193.1.99.65";
interface = "eno1";
};
# cannot use our own it seems?
nameservers = [