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

Add configuration option to use tmpfs in place of ramfs #355

Merged
merged 5 commits into from
Aug 12, 2023

Conversation

wrmilling
Copy link

Taking a stab at an implementation to address #236.

This PR adds an option to use tmpfs in place of ramfs on systems where ramfs is unavailable. Happy to workshop the warning if the verbiage is not clear enough.

Tested on two systems: personal laptop used ramfs as expected (new option left default), OpenVZ server used tmpfs as configured (sops.useTmpfs = true;).

modules/sops/default.nix Outdated Show resolved Hide resolved
@Mic92
Copy link
Owner

Mic92 commented Jul 24, 2023

@mergify squash

allow use of tmpfs via option configuration

* Tabs vs Spaces

* Update modules/sops/default.nix

* Update modules/sops/default.nix
@mergify
Copy link
Contributor

mergify bot commented Jul 24, 2023

squash

✅ Pull request squashed successfully

@Mic92
Copy link
Owner

Mic92 commented Jul 24, 2023

@mergify queue

@mergify
Copy link
Contributor

mergify bot commented Jul 24, 2023

queue

🛑 The pull request has been merged manually

The pull request has been merged manually at 339a559

@Mic92 Mic92 merged commit 339a559 into Mic92:master Aug 12, 2023
42 of 43 checks passed
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 this pull request may close these issues.

2 participants