mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
sops = {
|
||||
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
@@ -17,8 +17,13 @@
|
||||
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
|
||||
adguard-pwd = { };
|
||||
hoarder = { };
|
||||
wireguard-pia = { owner = "torrenter"; };
|
||||
recyclarr = { owner = "recyclarr"; };
|
||||
recyclarr = {
|
||||
owner = "recyclarr";
|
||||
mode = "0777";
|
||||
};
|
||||
wireguard-pia = { };
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ sops age ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user