diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-10-18 11:43:46 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-10-18 11:43:46 +0530 |
commit | cf09d18d537206bc8f7a0c24f9bbf036b5e057d9 (patch) | |
tree | b316ccc002a00f162277da8532b6bdbb38dccebb /flake.nix | |
parent | 37a1c825271d25d0d07e6572729de36abc6661ef (diff) |
chore(os/kay/headscale): clean up
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 ]; - } ]; }); |