summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-10-18 11:43:46 +0530
committersinanmohd <sinan@sinanmohd.com>2025-10-18 11:43:46 +0530
commitcf09d18d537206bc8f7a0c24f9bbf036b5e057d9 (patch)
treeb316ccc002a00f162277da8532b6bdbb38dccebb /flake.nix
parent37a1c825271d25d0d07e6572729de36abc6661ef (diff)
chore(os/kay/headscale): clean up
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index cb746da..2be062f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,6 +48,7 @@
specialArgs = {
inherit alina;
+ inherit headplane;
inherit determinate;
inherit nixos-hardware;
};
@@ -75,12 +76,6 @@
./os/${host}/configuration.nix
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
-
- headplane.nixosModules.headplane
- {
- # provides `pkgs.headplane`
- nixpkgs.overlays = [ headplane.overlays.default ];
- }
];
});