Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two deployments on the same VM break DeploymentTrash #209

Closed
Ma27 opened this issue Dec 18, 2024 · 0 comments · Fixed by #210
Closed

Two deployments on the same VM break DeploymentTrash #209

Ma27 opened this issue Dec 18, 2024 · 0 comments · Fixed by #210

Comments

@Ma27
Copy link
Member

Ma27 commented Dec 18, 2024

This component creates /etc/local/nixos/trash.nix and if you have two deployments with different service-users this seems to fail:

PermissionError: [Errno 13] Permission denied: '/etc/local/nixos/trash.nix'
Ma27 added a commit that referenced this issue Dec 27, 2024
Fixes #209
See FC-42677

This won't work for multiple deployments on the same host using all the
same file since all of those deployments will override each other's
trash.nix (or fail trying if each deployment uses its own service user).
Ma27 added a commit that referenced this issue Dec 27, 2024
Fixes #209
See FC-42677

This won't work for multiple deployments on the same host using all the
same file since all of those deployments will override each other's
trash.nix (or fail trying if each deployment uses its own service user).
Ma27 added a commit that referenced this issue Dec 27, 2024
Fixes #209
See FC-42677

This won't work for multiple deployments on the same host using all the
same file since all of those deployments will override each other's
trash.nix (or fail trying if each deployment uses its own service user).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant