stroopwafel/persistence: add /etc/nixos repo
This commit is contained in:
parent
6b6a925283
commit
e2052d7edf
|
@ -1,6 +1,8 @@
|
||||||
{ lib, ... }:
|
{ lib, config, ... }:
|
||||||
{
|
{
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
"L /home/${config.pub-solar.user.name}/Workspace/os - - - - /etc/nixos"
|
||||||
|
|
||||||
"L /var/lib/bluetooth - - - - /persist/var/lib/bluetooth"
|
"L /var/lib/bluetooth - - - - /persist/var/lib/bluetooth"
|
||||||
"d /persist/var/lib/bluetooth 0500 root root"
|
"d /persist/var/lib/bluetooth 0500 root root"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue