meow
This commit is contained in:
parent
2614910b6f
commit
4667974392
13 changed files with 313 additions and 415 deletions
18
flake.nix
18
flake.nix
|
|
@ -15,6 +15,10 @@
|
|||
colmena.url = "github:zhaofengli/colmena/release-0.4.x";
|
||||
colmena.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
||||
old-conf.url = "./old-conf";
|
||||
|
||||
|
||||
# software
|
||||
rust-overlay = { # https://github.com/nix-community/lanzaboote/issues/485#issuecomment-3466684727
|
||||
url = "github:oxalica/rust-overlay";
|
||||
|
|
@ -50,13 +54,14 @@
|
|||
helix.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
# csharp-language-server.url = "github:sofusa/csharp-language-server";
|
||||
# csharp-language-server.inputs.nixpkgs.follows = "nixpkgs-master";
|
||||
|
||||
|
||||
# authentik
|
||||
# # authentik
|
||||
|
||||
authentik.url = "github:nix-community/authentik-nix";
|
||||
authentik.inputs.nixpkgs.follows = "nixpkgs";
|
||||
terranix.url = "github:terranix/terranix";
|
||||
terranix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# authentik.url = "github:nix-community/authentik-nix";
|
||||
# authentik.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# terranix.url = "github:terranix/terranix";
|
||||
# terranix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# non flake inputs, maybe use npins in the future?
|
||||
adw-colors.url = "github:lassekongo83/adw-colors";
|
||||
|
|
@ -66,6 +71,7 @@
|
|||
mtxclient.url = "github:Nheko-Reborn/mtxclient";
|
||||
mtxclient.flake = false;
|
||||
|
||||
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -110,7 +116,7 @@
|
|||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.authentik.nixosModules.default
|
||||
# inputs.authentik.nixosModules.default
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
]
|
||||
++ (import ./modules/module-list.nix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue