mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: fix statix lint
This commit is contained in:
parent
76afde26ef
commit
ecd7eece1f
2 changed files with 5 additions and 7 deletions
|
@ -6,13 +6,9 @@
|
|||
}: let
|
||||
inherit (lib) optionals;
|
||||
in {
|
||||
home.persistence."/state".files =
|
||||
[
|
||||
# nothing yet ...
|
||||
]
|
||||
++ optionals config.programs.ssh.enable [
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
home.persistence."/state".files = optionals config.programs.ssh.enable [
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
|
||||
home.persistence."/state".directories =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue