summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-24 01:44:13 -0400
committerseth <[email protected]>2023-04-24 01:44:13 -0400
commit58e242f6a47298109131664b0aa83a37b5266405 (patch)
tree139ea451ecab9d62173a860af06edda755a7ab53 /hosts
parentff8b982910545c0f6455c87c3b3c69fed8b41307 (diff)
pbody: add user to nix trusted users
Diffstat (limited to 'hosts')
-rw-r--r--hosts/p-body/default.nix2
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;
}