semita home persistance
This commit is contained in:
parent
95bb8156a6
commit
af0a899f55
|
@ -41,6 +41,21 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.persistence."/persist" = {
|
||||||
|
hideMounts = true;
|
||||||
|
users.${username}= {
|
||||||
|
directories = [
|
||||||
|
"Sync"
|
||||||
|
"Keep"
|
||||||
|
".ssh"
|
||||||
|
".mozilla"
|
||||||
|
".local"
|
||||||
|
];
|
||||||
|
files = [
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "semita";
|
hostName = "semita";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue