diff options
author | Adrian Kummerlaender | 2020-06-26 14:05:27 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-06-26 14:06:42 +0200 |
commit | 498180ec85a5c547a20c401f012aa2e97b34481d (patch) | |
tree | 4082b2c9e2a05526a1de382c1862d4f676bce42c /host | |
parent | 34d72420b829fab3e00e01980975dbfbbbe057f8 (diff) | |
download | nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar.gz nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar.bz2 nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar.lz nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar.xz nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.tar.zst nixos_system-498180ec85a5c547a20c401f012aa2e97b34481d.zip |
Allow web user to build Nix expressions on automatix
Diffstat (limited to 'host')
-rw-r--r-- | host/automatix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |