Some minor tweaks to make nix check happy
This commit is contained in:
parent
abb4acb1d1
commit
311f724b19
4 changed files with 4 additions and 35 deletions
|
@ -67,9 +67,11 @@
|
|||
};
|
||||
|
||||
# Youmubot
|
||||
sops.secrets.youmubot-env = {};
|
||||
sops.secrets.youmubot-env = { };
|
||||
services.youmubot = {
|
||||
enable = true;
|
||||
envFile = config.sops.secrets.youmubot-env.path;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue