fix(copyparty): disable copyparty for elcafe for now
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"elcafe/traefik/env".restartUnits = ["traefik.service"];
|
"elcafe/traefik/env".restartUnits = ["traefik.service"];
|
||||||
"elcafe/traefik/dynamic".restartUnits = ["traefik.service"];
|
"elcafe/traefik/dynamic".restartUnits = ["traefik.service"];
|
||||||
"elcafe/copyparty/passwords/creug" = {
|
# "elcafe/copyparty/passwords/creug" = {
|
||||||
restartUnits = ["copyparty.service"];
|
# restartUnits = ["copyparty.service"];
|
||||||
owner = "creug";
|
# owner = "creug";
|
||||||
};
|
# };
|
||||||
"elcafe/copyparty/passwords/phundrak" = {
|
# "elcafe/copyparty/passwords/phundrak" = {
|
||||||
restartUnits = ["copyparty.service"];
|
# restartUnits = ["copyparty.service"];
|
||||||
owner = "phundrak";
|
# owner = "phundrak";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
mySystem = {
|
mySystem = {
|
||||||
@@ -73,12 +73,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.copyparty = import ./copyparty.nix {
|
# services.copyparty = import ./copyparty.nix {
|
||||||
passwordFiles = {
|
# passwordFiles = {
|
||||||
creug = config.sops.secrets."elcafe/copyparty/passwords/creug".path;
|
# creug = config.sops.secrets."elcafe/copyparty/passwords/creug".path;
|
||||||
phundrak = config.sops.secrets."elcafe/copyparty/passwords/phundrak".path;
|
# phundrak = config.sops.secrets."elcafe/copyparty/passwords/phundrak".path;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|||||||
Reference in New Issue
Block a user