Move the NixOS config into the user's directory

This commit is contained in:
Bun 2025-04-29 19:11:28 -04:00
parent 9946d500f7
commit 57201099fb
6 changed files with 22 additions and 25 deletions

View file

@ -3,13 +3,9 @@
environment.persistence."/persist" = {
hideMounts = true;
directories = [
"/etc/nixos"
"/storage"
"/var/lib/nixos"
];
files = [
"/etc/machine-id"
"/root/.gitconfig"
];
files = [ "/etc/machine-id" ];
};
}