flake: switch to lix

This commit is contained in:
Lgmrszd 2025-05-17 21:06:10 +04:00
parent 71e761053e
commit 5543cf819f
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 92 additions and 1 deletions

View file

@ -36,12 +36,18 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-cfg-extra.url = "git+https://git.lgmrszd.xyz/lgmrszd/nix-cfg-extra-public.git";
};
outputs = inputs@{
nixpkgs,
lix-module,
nixpkgs-stable,
home-manager,
sops-nix,
@ -96,6 +102,7 @@
specialArgs = { inherit data; inherit mylib; };
modules = [
{ nixpkgs.overlays = my-overlays; }
lix-module.nixosModules.default
./hosts/${host}/configuration.nix
./hosts/${host}/hardware-configuration.nix
sops-nix.nixosModules.sops