diff options
-rw-r--r-- | hosts/ahmed/duksebot/default.nix | 1 | ||||
-rw-r--r-- | hosts/ahmed/forsvarsarper/default.nix | 2 | ||||
-rw-r--r-- | hosts/ahmed/hellohtml.linus.onl/default.nix | 3 | ||||
-rw-r--r-- | hosts/ahmed/nofitications.linus.onl/default.nix | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/hosts/ahmed/duksebot/default.nix b/hosts/ahmed/duksebot/default.nix index f15b0ff..865939e 100644 --- a/hosts/ahmed/duksebot/default.nix +++ b/hosts/ahmed/duksebot/default.nix @@ -1,7 +1,6 @@ # This module defines systemd unit which runs a script that sends Discrord # messages. I use it to notify my classmates about who's on cleaning duty. You # are probably not interested in this. - { config, pkgs, diff --git a/hosts/ahmed/forsvarsarper/default.nix b/hosts/ahmed/forsvarsarper/default.nix index c1c6163..6489603 100644 --- a/hosts/ahmed/forsvarsarper/default.nix +++ b/hosts/ahmed/forsvarsarper/default.nix @@ -4,7 +4,7 @@ config, pkgs, ... -}:{ +}: { config = { # Create a user to run the server under. users.users.forsvarsarper = { diff --git a/hosts/ahmed/hellohtml.linus.onl/default.nix b/hosts/ahmed/hellohtml.linus.onl/default.nix index 2d09788..584e030 100644 --- a/hosts/ahmed/hellohtml.linus.onl/default.nix +++ b/hosts/ahmed/hellohtml.linus.onl/default.nix @@ -1,7 +1,6 @@ # This module defines the HelloHTML web server. It extends the NGINX config # with a virtual server that proxies the local HelloHTML service. - -{ ... }: let +{...}: let useACME = true; in { config = { diff --git a/hosts/ahmed/nofitications.linus.onl/default.nix b/hosts/ahmed/nofitications.linus.onl/default.nix index f3ab04f..6030a6a 100644 --- a/hosts/ahmed/nofitications.linus.onl/default.nix +++ b/hosts/ahmed/nofitications.linus.onl/default.nix @@ -1,4 +1,4 @@ -{ ... }: let +{...}: let # Enable HTTPS stuff. useACME = true; in { |