mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
disabled features i didnt needed
This commit is contained in:
parent
12596749b5
commit
8cfb304e5c
10 changed files with 184 additions and 185 deletions
|
@ -18,6 +18,10 @@ in
|
|||
};
|
||||
config = {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
slskd
|
||||
];
|
||||
|
||||
sops.secrets.slskd = {
|
||||
sopsFile = "${secrets}/secrets/slskd.env";
|
||||
format = "dotenv";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue