Compare commits
No commits in common. "ec530fa9443f5a08ecc08e15a3906d3bad43b231" and "beb235d5f2cff5ca7d603c98e7ea6c3a77c89ee8" have entirely different histories.
ec530fa944
...
beb235d5f2
1 changed files with 1 additions and 6 deletions
|
@ -3,12 +3,8 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
lix-module = {
|
|
||||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
};
|
outputs = { self, nixpkgs, sops-nix }@inputs: {
|
||||||
outputs = {self, nixpkgs, lix-module, sops-nix }@inputs: {
|
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
"forgejo" = nixpkgs.lib.nixosSystem {
|
"forgejo" = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -16,7 +12,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/forgenite/default.nix
|
./hosts/forgenite/default.nix
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
lix-module.nixosModules.default
|
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
|
|
Loading…
Reference in a new issue