[nixpkgs] update flake.lock and add nextcloud #58

Merged
kalipso merged 11 commits from staging into master 2025-01-19 14:22:09 +01:00
Showing only changes of commit b213d682c5 - Show all commits

View File

@@ -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" ];
}; };