aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-12-29 20:01:32 -0500
committerXe <me@christine.website>2022-12-29 20:01:32 -0500
commit06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf (patch)
treed82f01ff892d9f2ec56367a327ed58613bef1227
parent8344f7e9ad634d95dbaae8142be01b9c9ecc5152 (diff)
downloadx-06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf.tar.xz
x-06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf.zip
fix name of within.website module
Signed-off-by: Xe <me@christine.website>
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6485a00..7a35cc8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -118,7 +118,7 @@
}) // {
nixosModules = {
default = { ... }: {
- imports = with self.nixosModules; [ aegis todayinmarch2020 "within.website" ];
+ imports = with self.nixosModules; [ aegis todayinmarch2020 within-website ];
};
aegis = { config, lib, pkgs, ... }:
@@ -242,7 +242,7 @@
};
};
- "within.website" = { config, lib, pkgs, ... }:
+ within-website = { config, lib, pkgs, ... }:
with lib;
let
system = pkgs.system;