Some minor tweaks to make nix check happy

This commit is contained in:
Natsu Kagami 2022-05-31 12:23:57 -04:00 committed by Natsu Kagami
parent abb4acb1d1
commit 311f724b19
4 changed files with 4 additions and 35 deletions

View file

@ -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";
}