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