summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-17 20:56:56 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 15:06:04 +0000
commit127488e491604b9294b88ff18bb23eaf2e4ffe15 (patch)
treecaebbaf8924aff267bbf740833422a526c685c11 /system/services/default.nix
parentBuild(flake): Update (diff)
downloadnixos-server-127488e491604b9294b88ff18bb23eaf2e4ffe15.tar.gz
nixos-server-127488e491604b9294b88ff18bb23eaf2e4ffe15.zip
Refactor(services): Remove dead code
Diffstat (limited to 'system/services/default.nix')
-rw-r--r--system/services/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index 5c9b6bf..e0579db 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -1,9 +1,7 @@
-{config, ...}: {
+{...}: {
   imports = [
     ./acme
-    #  ./firewall
     ./keycloak
-    #./minecraft
     ./nginx
     ./nix
     ./opensshd