diff --git a/flake.nix b/flake.nix index f5d4a82..318adbb 100644 --- a/flake.nix +++ b/flake.nix @@ -42,15 +42,15 @@ modules = [ ./hosts/vm/apprentix ] ++ baseModules; }; - cephiroth = nixosSystem { - specialArgs = inputs; - modules = [ ./hosts/physiques/cephiroth ]; - }; + cephiroth = nixosSystem { + specialArgs = inputs; + modules = [ ./hosts/physiques/cephiroth ] ++ baseModules; + }; - jitsi = nixosSystem { - specialArgs = inputs; - modules = [ ./hosts/vm/jitsi ]; - }; + jitsi = nixosSystem { + specialArgs = inputs; + modules = [ ./hosts/vm/jitsi ] ++ baseModules; + }; livre = nixosSystem { specialArgs = inputs; diff --git a/secrets/restic/cephiroth/base-password.age b/secrets/restic/cephiroth/base-password.age new file mode 100644 index 0000000..2283b88 --- /dev/null +++ b/secrets/restic/cephiroth/base-password.age @@ -0,0 +1,17 @@ +age-encryption.org/v1 +-> ssh-ed25519 2k5NOg 3bx98CtSuo2bBcMNDERXBAd/V5QHDwS9QxiUeOIYfA0 +WNXRmrsvAYzf+hPKTD1cDe8AxsLE2XXOR3/9ntok4kI +-> piv-p256 ewCc3w A9SuxTuiv6fR4x/L2T35+P1BQhXdNpJqYY6JAx14JNDV +te3znop5erWyoQD5ummj0jzymLowOTQp8VHRcHZIEhI +-> piv-p256 6CL/Pw Ax+D6ty1y6EvXW0PMmyCdBHlsDFhRTAjU0fdEsKQaWxm +eo1/cUsSW0fxSjenYSZZrwnIw6dNiiFRsmgDBZculLM +-> ssh-ed25519 I2EdxQ 615M9ya/ucv/fGBQ+WTje+xkHbQTWb3o3sL3uHsnfEw +2bg0Lizi0xuBTZEImpU94E6NDpWybCbNsIQpXM8EdNE +-> ssh-ed25519 GNhSGw ge2dVtIyfvdDCXqFA0lUQL+pWm/vSzYniGlW4QhVpx8 +MnL0sBA4EjsrK0fG5KY7Ohu/QoynehvkPaD4k7uXGIE +-> ssh-ed25519 eXMAtA vllKN8ZW9wI2+jU37/T+M90d+JdHqdu6pA1ahQA6Um4 +RYXFH+Ww4FRLY2BC4erw5f6xiPqzF4zH9jXGztD5atU +--- s3uczVE3E+Gm/7UvDCEe5lPibnmOZjFwv+yvVUvC68s +N`~"=U ֋\%thҰQQ 5Hޕn=wdV`aWw=dTC cTuÚS\1ԛN]hfJZӫn^QԆkVתtȣȕG,ivV?Xf +Jًf_VxUMz !G +-k:ơxhKC1y1*74c'ؒ+95 PwYЗ^2,eUnŷ;i ?MGQen]l \ No newline at end of file diff --git a/secrets/restic/cephiroth/base-repo.age b/secrets/restic/cephiroth/base-repo.age new file mode 100644 index 0000000..282b20f Binary files /dev/null and b/secrets/restic/cephiroth/base-repo.age differ