move /etc/nix/source -> /etc/nixos

This commit is contained in:
Colin 2023-11-09 17:29:41 +00:00
parent f5376f2dbb
commit 96cabc30bc

View File

@ -12,6 +12,5 @@
];
# ensure new deployments have a source of this repo with which they can bootstrap.
# could get away with only shipping this on the `imgs.FOO` or `nixosSystems.rescue` targets, if we *really* want to save space/deploys.
sane.fs."/etc/nix/source" = sane-lib.fs.wantedSymlinkTo ../../..;
environment.etc."nixos".source = ../../..;
}