Disable youmubot codeforces on deploy
This commit is contained in:
parent
53be56e835
commit
79d3deaac4
|
@ -689,11 +689,11 @@
|
||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1685791946,
|
"lastModified": 1687216854,
|
||||||
"narHash": "sha256-F4B6qRobDkVhz4WgZMBI0om0/dAYZF8J9V0obMrHSUc=",
|
"narHash": "sha256-P3YQ+nlhbqaO0BWoYq9IueD5gkjzQI5Uy4OZ676ZVMY=",
|
||||||
"owner": "natsukagami",
|
"owner": "natsukagami",
|
||||||
"repo": "youmubot",
|
"repo": "youmubot",
|
||||||
"rev": "500eadeed000e3758648b3d4d9bb8324ee121903",
|
"rev": "4845b9d467ca1f63893634a91af494e9835026ab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
(common-nixos nixpkgs)
|
(common-nixos nixpkgs)
|
||||||
inputs.arion.nixosModules.arion
|
inputs.arion.nixosModules.arion
|
||||||
./modules/my-tinc
|
./modules/my-tinc
|
||||||
inputs.youmubot.nixosModule.x86_64-linux
|
inputs.youmubot.nixosModules.default
|
||||||
./nki-personal-do/configuration.nix
|
./nki-personal-do/configuration.nix
|
||||||
inputs.secrets.nixosModules.nki-personal-do
|
inputs.secrets.nixosModules.nki-personal-do
|
||||||
];
|
];
|
||||||
|
|
|
@ -166,6 +166,7 @@
|
||||||
sops.secrets.youmubot-env = { };
|
sops.secrets.youmubot-env = { };
|
||||||
services.youmubot = {
|
services.youmubot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.youmubot.override { enableCodeforces = false; };
|
||||||
envFile = config.sops.secrets.youmubot-env.path;
|
envFile = config.sops.secrets.youmubot-env.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,7 @@ in
|
||||||
|
|
||||||
inputs.mpd-mpris.overlays.default
|
inputs.mpd-mpris.overlays.default
|
||||||
inputs.swayfx.overlays.default
|
inputs.swayfx.overlays.default
|
||||||
|
inputs.youmubot.overlays.default
|
||||||
|
|
||||||
# Bug fixes
|
# Bug fixes
|
||||||
] # we assign the overlay created before to the overlays of nixpkgs.
|
] # we assign the overlay created before to the overlays of nixpkgs.
|
||||||
|
|
Loading…
Reference in a new issue