mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-13 07:53:25 +00:00
~
This commit is contained in:
parent
c776596f61
commit
54743f562a
4 changed files with 16 additions and 14 deletions
|
@ -1,7 +1,5 @@
|
|||
# Auto-generated using compose2nix v0.3.1.
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
{ pkgs, lib, ... }: {
|
||||
# Runtime
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
|
|
@ -20,16 +20,17 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
inherit (./compose.nix);
|
||||
|
||||
environment.etc = lib.mkIf cfg.enable {
|
||||
"homepage-dashboard/settings.yaml".source = settingsFormat.generate "settings.yaml" cfg.settings;
|
||||
"homepage-dashboard/widgets.yaml".source = settingsFormat.generate "widgets.yaml" cfg.widgets;
|
||||
};
|
||||
config = lib.mkMerge [
|
||||
(import ./compose.nix { inherit pkgs lib; })
|
||||
{
|
||||
environment.etc = lib.mkIf cfg.enable {
|
||||
"homepage-dashboard/settings.yaml".source = settingsFormat.generate "settings.yaml" cfg.settings;
|
||||
"homepage-dashboard/widgets.yaml".source = settingsFormat.generate "widgets.yaml" cfg.widgets;
|
||||
};
|
||||
|
||||
networking.firewall = lib.mkIf cfg.openFirewall {
|
||||
allowedTCPPorts = [ 3000 ];
|
||||
};
|
||||
};
|
||||
networking.firewall = lib.mkIf cfg.openFirewall {
|
||||
allowedTCPPorts = [ 3000 ];
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
1
secrets/matrix-envs.net-recovery.gpg
Normal file
1
secrets/matrix-envs.net-recovery.gpg
Normal file
|
@ -0,0 +1 @@
|
|||
„^>©=€Ì¢
@ü6eK¨|>þÒUÎÍ€iÅñ€×N6W‘8@°0¸´Æt¢_RBEl‚g½û<C2BD><+Ÿ„wÔh7ŽÀ¢N'/ ©Yqï³8ØêSØ!g·Ôw PáÌ€Ù
rÚU8Z†Fœk6Í›AœŽ Gá ¼?ÔοÝoFmQ…™ó‡Ø<û$ÿ/±$CNçÉ|Ycb÷<62>Äfðè{3šõúÊ„ËÑß6ΫhŸ<68>›Fw_L·mØüèM¥õ,o§-
|
2
secrets/matrix-envs.net.gpg
Normal file
2
secrets/matrix-envs.net.gpg
Normal file
|
@ -0,0 +1,2 @@
|
|||
„^>©=€Ì¢
@4€fœ®µ5/"m<>.{Æü×¹&bweô#Ãõq¹I9V0¼?t<ñ_êb3Œ«ò%gžúú¨ƒ÷%÷f~”È
|
||||
ÙL·°lÀ ¹Ò‰ËƒÃ¤<C383>ÔU \7kJâU<C3A2>fŠ†pY¦_Æ<16>,¸‘gÀ²l–$ó§kj¾¨;Ä«©+νKÚA5Šµ"¨<C2A8>Z8à&žX{û¿7ªjÿ_É94)u¢)Œ
|
Loading…
Add table
Reference in a new issue