nixos dir warning
This commit is contained in:
parent
41f8b999b6
commit
11670279ef
1 changed files with 10 additions and 0 deletions
|
@ -59,4 +59,14 @@
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue