ntfy
This commit is contained in:
@@ -192,7 +192,13 @@ in
|
||||
# # Power # #
|
||||
# ###################################################
|
||||
|
||||
power.ups = enabled;
|
||||
power.ups = {
|
||||
enable = true;
|
||||
ntfy = {
|
||||
enable = true;
|
||||
envFile = config.sops.templates."ntfy.env".path;
|
||||
};
|
||||
};
|
||||
|
||||
# ###################################################
|
||||
# # Samba # #
|
||||
@@ -304,31 +310,34 @@ in
|
||||
|
||||
# Configure environment
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
attic-client
|
||||
bcachefs-tools
|
||||
cryptsetup
|
||||
clevis
|
||||
deconz
|
||||
duperemove
|
||||
efibootmgr
|
||||
ffmpeg
|
||||
ipset
|
||||
keyutils
|
||||
nut
|
||||
packagekit
|
||||
pass
|
||||
protonmail-bridge
|
||||
protonvpn-gui
|
||||
qrencode
|
||||
sbctl
|
||||
systemctl-tui
|
||||
tigervnc
|
||||
tpm2-tools
|
||||
tpm2-tss
|
||||
] ++ (with pkgs.${namespace}; [
|
||||
nebula-sign-cert
|
||||
]);
|
||||
systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
attic-client
|
||||
bcachefs-tools
|
||||
cryptsetup
|
||||
clevis
|
||||
deconz
|
||||
duperemove
|
||||
efibootmgr
|
||||
ffmpeg
|
||||
ipset
|
||||
keyutils
|
||||
nut
|
||||
packagekit
|
||||
pass
|
||||
protonmail-bridge
|
||||
protonvpn-gui
|
||||
qrencode
|
||||
sbctl
|
||||
systemctl-tui
|
||||
tigervnc
|
||||
tpm2-tools
|
||||
tpm2-tss
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
nebula-sign-cert
|
||||
]);
|
||||
persistence."/media/nas/main/persist" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
|
||||
Reference in New Issue
Block a user