zaphyra's git: nixfiles

zaphyra's nixfiles

commit 0f88d69d22778170e957b79ec8da61f42fcc86c5
parent f3b1603e4b0522107a02c6f8d9e1e8175f988398
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 22 Jul 2026 22:18:06 +0200

nixos/zpha/profile/zaphyra: persist deployed config in `/etc/nixosConfig`
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/nixosModules/zpha/profiles/zaphyra.nix b/nixosModules/zpha/profiles/zaphyra.nix
@@ -63,6 +63,9 @@ in
       };
       motdFile = "/run/motd";
     };
+
+    environment.etc.nixosConfig.source = toString self;
+
     systemd.services.motd-generator = {
       before = [ "sysinit-reactivation.target" ];
       wantedBy = [