aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-01 16:11:20 -0500
committerXe Iaso <me@christine.website>2023-01-01 16:11:20 -0500
commit9ab1724f06c38001afa87c38398f021d9cc64298 (patch)
tree41c1286b4be35ca4a63cadff7c26b696fdb765b9 /nix
parent0562aff1648afbc0211a42f14f5bb8d00121441a (diff)
downloadxesite-9ab1724f06c38001afa87c38398f021d9cc64298.tar.xz
xesite-9ab1724f06c38001afa87c38398f021d9cc64298.zip
oops prune this lol
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'nix')
-rw-r--r--nix/xesite.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/xesite.nix b/nix/xesite.nix
index d952087..6521d33 100644
--- a/nix/xesite.nix
+++ b/nix/xesite.nix
@@ -40,14 +40,6 @@ in {
extraGroups = [ "keys" ];
};
- within.secrets.xesite = {
- source = ./secrets/xesite.env;
- dest = "/srv/within/xesite/.env";
- owner = "xesite";
- group = "within";
- permissions = "0400";
- };
-
systemd.services.xesite = {
wantedBy = [ "multi-user.target" ];
after = [ "xesite-key.service" "mi.service" ];