notes
This commit is contained in:
parent
0755b908da
commit
0d80c86e20
5 changed files with 42 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ with lib;
|
|||
with lib.my;
|
||||
{
|
||||
system.stateVersion = 5;
|
||||
ids.gids.nixbld = 30000;
|
||||
|
||||
users.users.xyno = {
|
||||
name = "xyno";
|
||||
|
|
@ -58,6 +59,8 @@ with lib.my;
|
|||
"whisky"
|
||||
"dbeaver-community"
|
||||
|
||||
"rider" # I'm sorry
|
||||
|
||||
# "qutebrowser" # rly want to switch to it
|
||||
# "dmenu-mac"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
./xynospace-matrix.nix
|
||||
./plausible.nix
|
||||
./obsidianshare.nix
|
||||
# ./ts-ovpn.nix
|
||||
|
||||
../../nixos-modules/system/persist.nix
|
||||
|
|
@ -164,6 +165,11 @@
|
|||
handle @git {
|
||||
reverse_proxy http://127.0.0.1:${toString config.services.forgejo.settings.server.HTTP_PORT}
|
||||
}
|
||||
@notes host notes.xyno.systems
|
||||
handle @notes {
|
||||
reverse_proxy http://127.0.0.1:8086
|
||||
}
|
||||
|
||||
handle {
|
||||
abort
|
||||
}
|
||||
|
|
@ -171,9 +177,6 @@
|
|||
virtualHosts."xyno.systems".extraConfig = ''
|
||||
redir https://xyno.space{uri}
|
||||
'';
|
||||
virtualHosts."graph.czi.dating".extraConfig = ''
|
||||
redir https://graph-czi-dating-s8tan-01d008685713bd0312de3223b3b980279b0ca590.fspages.org{uri}
|
||||
'';
|
||||
virtualHosts."czi.dating".extraConfig = ''
|
||||
redir https://foss-ag.de{uri}
|
||||
'';
|
||||
|
|
|
|||
17
hosts/picard/obsidianshare.nix
Normal file
17
hosts/picard/obsidianshare.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, config, ... }: {
|
||||
ragon.agenix.secrets.picardSharenoteEnv = { };
|
||||
virtualisation.oci-containers.containers."sharenote" = {
|
||||
image = "ghcr.io/thexyno/sharenote-py:latest";
|
||||
environmentFiles = [
|
||||
config.age.secrets.picardSharenoteEnv.path
|
||||
];
|
||||
ports = [
|
||||
"127.0.0.1:8086:8086"
|
||||
];
|
||||
volumes = [
|
||||
"/var/lib/sharenote:/sharenote-py/static"
|
||||
];
|
||||
};
|
||||
ragon.persist.extraDirectories = ["/var/lib/sharenote"];
|
||||
|
||||
}
|
||||
15
secrets/picardSharenoteEnv.age
Normal file
15
secrets/picardSharenoteEnv.age
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 WceKOQ uyWPHHlE4ibT64x6HwjVor0Stf4lISTstd1xM1+X01Y
|
||||
1wIk5yrnIvdd7loEILTV6jlg7TAayKImUHgFd1t1bOU
|
||||
-> ssh-ed25519 ugHWWw 0pIleJcv0MNlMy3VYyQs+bkFfQQG2NCM63iktYewKGw
|
||||
82Sv5RlaTMsQRhr4QL5hXjlu6Gi61w17m4cyngVKMSA
|
||||
-> ssh-ed25519 UU9RSA bCvra9eUCNjTf57puVqjdsMkQCbsLUURkbldbHMurzw
|
||||
3XvlfVBBlJhuu2P8brPe8/Kt6/PNGlHhOGY0AVNh+ps
|
||||
-> ssh-ed25519 RJI3BA jfYooAK63Fuf3r0/ugknVtiTDLSM3rymb3iNiOjD2gI
|
||||
vNyPfP1SBnjOG7KvvnFKwRL9gWvvwBMOrl+HZ01rWNU
|
||||
-> ssh-ed25519 XnvJKw SK696j2kqJJAbnRDW5VBWKtpGd9ZnJl2ljpI95C3Yws
|
||||
P1FQqZV8R3NgdfW2xjZCfNVbyevPrNHzuLseByMR4yc
|
||||
-> ssh-ed25519 7NL5Ng ixMT/WmxqASrFDKL477D6P0VPTH7Ob4U7nUBLEG87n4
|
||||
K1K9XW8rHmVHPUqRheDhEb+/nT5W4KIy/vw/0KWTKBg
|
||||
--- Q7JKXJytt20M5feLIlRzxA4EK4r9Gs4sJvqb4pCwHCg
|
||||
Ðì(7[X‡°þø…¥ù_ÞAÿûmœÕBmP[ÐËPçÞű.\àëý°Èà¢R؇‰l-0Î]ˆÕƒ3Fõ `·ŠˆFQF쬴‰Þ¢_²=²è‡8¹–~¢Og@Ô
Ô4z!¡Ts<54>*ûož wk3opþ‹%„zT"Äšc,~)ýzÙHœ<48>o³©éÚi!Þk–—
|
||||
|
|
@ -36,6 +36,7 @@ in
|
|||
"vpnConfig.age".publicKeys = pubkeys.ragon.host "beliskner";
|
||||
"gitlabJWSFile.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
"nextcloudAdminPass.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
"picardSharenoteEnv.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
"picardResticSSHKey.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
"picardSlidingSyncSecret.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
"picardCalCom.age".publicKeys = pubkeys.ragon.host "picard";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue