feat: bump nextcloud.
Had to update packages which involved setting a interface for teh default gateway
This commit is contained in:
parent
8d43055ddf
commit
8e0ec53740
4 changed files with 12 additions and 9 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue