os/hosts/stroopwafel/persistence.nix

7 lines
136 B
Nix

{ lib, config, ... }:
{
systemd.tmpfiles.rules = [
"L /etc/nixos - - - - /home/${config.pub-solar.user.name}/Workspace/os"
];
}