From 498180ec85a5c547a20c401f012aa2e97b34481d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 26 Jun 2020 14:05:27 +0200 Subject: Allow web user to build Nix expressions on automatix --- host/automatix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/automatix.nix b/host/automatix.nix index f19de69..50d7f19 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -16,6 +16,8 @@ device = "/dev/sda"; }; + nix.allowedUsers = [ "public" ]; + networking = { hostName = "automatix"; -- cgit v1.2.3