grafana sso

This commit is contained in:
Tristan 2024-02-18 15:54:14 +00:00
parent 8131132c49
commit 8e30de4995
8 changed files with 163 additions and 11 deletions

View file

@ -5,7 +5,9 @@
userFullname,
...
}: modules: home-modules:
with inputs;
let
inherit (inputs) home-manager nixpkgs hyprland agenix;
in
nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
@ -15,6 +17,7 @@ with inputs;
modules
++ [
home-manager.nixosModules.home-manager
agenix.nixosModules.default
{
home-manager = {
useGlobalPkgs = true;