mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Use lib.concatLists instead of ++ when convenient
This commit is contained in:
parent
8807d38b57
commit
90302f4c2b
3 changed files with 10 additions and 7 deletions
|
|
@ -33,6 +33,7 @@ in
|
|||
"/var/log"
|
||||
]
|
||||
++ config.custom.persist.directories;
|
||||
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue