1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

feat: move ./modules to flake outputs

This commit is contained in:
2023-02-24 23:41:01 +01:00
parent c9af430f31
commit b1743f031c
18 changed files with 35 additions and 379 deletions

View File

@@ -50,8 +50,6 @@ in {
];
};
nix.nixPath = ["/var/src"];
services.logind = {
lidSwitch = "ignore";
lidSwitchDocked = "ignore";

View File

@@ -10,8 +10,6 @@
patches = [../../packages/moodle-dl/telegram-format.patch];
});
in {
imports = [../../modules/moodle-dl.nix];
age.secrets = {
moodle-dl-tokens = {
file = ../../secrets/zaatar-moodle-dl-tokens.json.age;