summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 ];
- }
];
});