nixos dir warning

This commit is contained in:
Ezri Zhu 2024-09-28 23:39:16 -04:00
parent 41f8b999b6
commit 11670279ef
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c

View file

@ -59,4 +59,14 @@
defaultNetwork.settings.dns_enabled = true;
};
};
environment.etc = {
"nixos/THIS-SERVER-IS-BUILT-EXTERNALLY-READ-ME" = {
text = ''
Nothing in this directory is the current config.
Please see https://git.private.coffee/wolfgirls/nixos
Or /run/current-system/
'';
mode = "0644";
};
};
}