From 715755405c50338e9b5d89e1ce24e9756ca2a668 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Wed, 18 Dec 2019 02:37:25 -0600 Subject: Machines --- gn/deploy/machines.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gn/deploy/machines.scm') diff --git a/gn/deploy/machines.scm b/gn/deploy/machines.scm index 9d7be62..b54f2f1 100644 --- a/gn/deploy/machines.scm +++ b/gn/deploy/machines.scm @@ -5,6 +5,7 @@ #:use-module (guix packages) #:use-module (guix utils) #:use-module (guix download) + #:use-module (guix gexp) #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (guix build-system cmake) @@ -53,6 +54,9 @@ ; (copy-recursively nginx-etc target) (copy-file (string-append nginx-etc "/nginx.conf") (string-append target "/nginx.conf")) + (plain-file "sudoers" "\ +root ALL=(ALL) ALL +%wheel ALL=(ALL) ALL\n") #t)))) (home-page "http://git.genenetwork.org/pjotrp/guix-bioinformatics") (synopsis "Nginx configuration") -- cgit v1.2.3