[nextcloud] fix hostname
This commit is contained in:
@@ -9,7 +9,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = mkDefault "discourse";
|
hostName = mkDefault "nextcloud";
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
nameservers = [ "1.1.1.1" ];
|
nameservers = [ "1.1.1.1" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user