stroopwafel/persistence: add /etc/nixos repo

This commit is contained in:
Benjamin Bädorf 2024-01-29 23:19:24 +01:00
parent 6b6a925283
commit e2052d7edf
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -1,6 +1,8 @@
{ lib, ... }:
{ lib, config, ... }:
{
systemd.tmpfiles.rules = [
"L /home/${config.pub-solar.user.name}/Workspace/os - - - - /etc/nixos"
"L /var/lib/bluetooth - - - - /persist/var/lib/bluetooth"
"d /persist/var/lib/bluetooth 0500 root root"