Skip to content

Commit

Permalink
test harmonia
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Aug 21, 2024
1 parent 23b9e04 commit 62b6f81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nixos/eve/modules/harmonia.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ config, ... }:
{ config, inputs, ... }:
{
services.harmonia.enable = true;
services.harmonia.signKeyPaths = [ config.sops.secrets.harmonia-key.path ];
imports = [ inputs.harmonia.nixosModules.harmonia ];
services.harmonia-dev.enable = true;
services.harmonia-dev.signKeyPaths = [ config.sops.secrets.harmonia-key.path ];

nix.settings.allowed-users = [ "harmonia" ];

Expand Down

0 comments on commit 62b6f81

Please sign in to comment.