mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -155,7 +155,6 @@
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
|
||||||
fileSystems."/mnt/nextcloud" = {
|
fileSystems."/mnt/nextcloud" = {
|
||||||
device = "${xlib.dirs.nextcloud-folder}";
|
device = "${xlib.dirs.nextcloud-folder}";
|
||||||
options = [
|
options = [
|
||||||
|
|||||||
@@ -122,10 +122,10 @@ in
|
|||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
caddy = {
|
caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults = {
|
defaults = {
|
||||||
|
|||||||
Reference in New Issue
Block a user