forked from Fachschaft/nixConfig
Temporarily disable persistence
This commit is contained in:
parent
b44e2cbbb0
commit
85111743d8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in {
|
|||
};
|
||||
environment.persistence.${config.impermanence.name} = {
|
||||
directories = [
|
||||
"/home/fsaccount/.ssh" # SSH Key with access to FS Account and Borg repo and known_hosts
|
||||
# "/home/fsaccount/.ssh" # SSH Key with access to FS Account and Borg repo and known_hosts
|
||||
];
|
||||
};
|
||||
# Extra user for FS account backup
|
||||
|
|
Loading…
Reference in a new issue