removed some persisted files
This commit is contained in:
parent
e9823f76b2
commit
b3b8e178e1
|
@ -44,8 +44,6 @@
|
||||||
files = [
|
files = [
|
||||||
"/etc/ssh/ssh_host_ed25519_key"
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||||
"/etc/ssh/ssh_host_rsa_key"
|
|
||||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
|
||||||
];
|
];
|
||||||
users.media = {
|
users.media = {
|
||||||
directories = [
|
directories = [
|
||||||
|
@ -57,7 +55,6 @@
|
||||||
".config/nemo"
|
".config/nemo"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".config/user-dirs.dirs"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue