os/hosts/stroopwafel/persistence.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
136 B
Nix
Raw Normal View History

{ lib, config, ... }:
2024-01-27 22:53:36 +00:00
{
systemd.tmpfiles.rules = [
"L /etc/nixos - - - - /home/${config.pub-solar.user.name}/Workspace/os"
2024-01-27 22:53:36 +00:00
];
}