summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-08-27 18:05:21 +0530
committersinanmohd <sinan@sinanmohd.com>2025-08-27 18:05:21 +0530
commit4f2bb588ac32056f8eb6d470cd6f07f8936fae31 (patch)
treeffc4470e4111aa5512468d6cb8bd0c193df69590 /flake.nix
parenta94f583b1ee575b6ca819a79edd93ed26758fc98 (diff)
chore(common): drop hostname from age key path
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d666d59..c1a8191 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,8 @@
pkgs = nixpkgs.legacyPackages.${system};
modules = [
./home/common/home.nix
- ] ++ lib.optional (builtins.pathExists ./home/${host}) ./home/${host}/home.nix;
+ ]
+ ++ lib.optional (builtins.pathExists ./home/${host}) ./home/${host}/home.nix;
};
in
{