about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 87b1643..eb9c560 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,7 +24,7 @@
   outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }:
     {
       nixosModules = {
-        default = import ./nix/modules self;
+        web = import ./nix/modules self;
       };
     } // (flake-utils.lib.eachDefaultSystem
       (system: