lix: use lix instead of nix
This commit is contained in:
parent
275d77ab13
commit
cc5d791842
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
nixpkgs-stable.url = "github:/NixOS/nixpkgs/nixos-25.05";
|
nixpkgs-stable.url = "github:/NixOS/nixpkgs/nixos-25.05";
|
||||||
nixpkgs-unstable.url = "github:/NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:/NixOS/nixpkgs/nixos-unstable";
|
||||||
nixpkgs.url = "github:/NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:/NixOS/nixpkgs/nixos-unstable";
|
||||||
|
lix-module = {
|
||||||
|
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
@ -31,6 +35,7 @@
|
||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
lix-module,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
mailserver,
|
mailserver,
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
|
@ -88,6 +93,7 @@
|
||||||
modules =
|
modules =
|
||||||
[
|
[
|
||||||
(toString ./options/machine.nix)
|
(toString ./options/machine.nix)
|
||||||
|
lix-module.nixosModules.default
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue