[durruti] enable tasklist module
This commit is contained in:
21
flake.lock
generated
21
flake.lock
generated
@@ -187,6 +187,7 @@
|
|||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
|
"tasklist": "tasklist",
|
||||||
"utils": "utils_3"
|
"utils": "utils_3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -226,6 +227,26 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tasklist": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1696525932,
|
||||||
|
"narHash": "sha256-LVnz6uIOR1QUPWERBe+nx8fM1wRM1SJf1WMuis9eh6E=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "74e2f4e0a2a54fb11df59023fe0f188d0b5c3515",
|
||||||
|
"revCount": 10,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.dynamicdiscord.de/kalipso/tasklist"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.dynamicdiscord.de/kalipso/tasklist"
|
||||||
|
}
|
||||||
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1678901627,
|
"lastModified": 1678901627,
|
||||||
|
|||||||
@@ -10,6 +10,11 @@
|
|||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
mfsync.url = "github:k4lipso/mfsync";
|
mfsync.url = "github:k4lipso/mfsync";
|
||||||
|
|
||||||
|
tasklist = {
|
||||||
|
url = "git+https://git.dynamicdiscord.de/kalipso/tasklist";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
ep3-bs = {
|
ep3-bs = {
|
||||||
url = "git+https://git.dynamicdiscord.de/kalipso/ep3-bs.nix";
|
url = "git+https://git.dynamicdiscord.de/kalipso/ep3-bs.nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
@@ -20,11 +20,14 @@ with lib;
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.ep3-bs.nixosModules.ep3-bs
|
inputs.ep3-bs.nixosModules.ep3-bs
|
||||||
|
inputs.tasklist.nixosModules.malobeo-tasklist
|
||||||
../modules/malobeo_user.nix
|
../modules/malobeo_user.nix
|
||||||
../modules/sshd.nix
|
../modules/sshd.nix
|
||||||
../modules/minimal_tools.nix
|
../modules/minimal_tools.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.malobeo-tasklist.enable = true;
|
||||||
|
|
||||||
services.ep3-bs = {
|
services.ep3-bs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
in_production = true;
|
in_production = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user