From cff432ef468fc90092549efaa53f4a1518835f9c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 24 Feb 2024 15:42:20 +0100 Subject: chore: Formatting... --- hosts/ahmed/duksebot/default.nix | 1 - hosts/ahmed/forsvarsarper/default.nix | 2 +- hosts/ahmed/hellohtml.linus.onl/default.nix | 3 +-- hosts/ahmed/nofitications.linus.onl/default.nix | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) (limited to 'hosts/ahmed') 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 { -- cgit v1.2.3