diff options
| author | seth <[email protected]> | 2023-04-24 01:44:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-24 01:44:13 -0400 |
| commit | 58e242f6a47298109131664b0aa83a37b5266405 (patch) | |
| tree | 139ea451ecab9d62173a860af06edda755a7ab53 /hosts | |
| parent | ff8b982910545c0f6455c87c3b3c69fed8b41307 (diff) | |
pbody: add user to nix trusted users
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/p-body/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 65d3e5f..99e8a8d 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -163,5 +163,7 @@ }; }; + nix.settings.trusted-users = ["p-body"]; + zramSwap.enable = true; } |
