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