Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
71918f08c198059ba36affd8a1fced08ce4b050e
/
.
/
src
/
apps
/
system
/
nextcloud.nix
blob: 01daa4859b4450c38d2bf30d9ac4bb75fa8599df [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
services
.
nextcloud
=
{
enable
=
true
;
hostName
=
"nextcloud.python.local"
;
};
networking
.
hosts
=
{
"127.0.0.1"
=
[
"nextcloud.python.local"
];
};
}