grafana sso
This commit is contained in:
parent
8131132c49
commit
8e30de4995
8 changed files with 163 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue