diff options
Diffstat (limited to 'modules/root/software')
-rw-r--r-- | modules/root/software/system.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/root/software/system.nix b/modules/root/software/system.nix index 18cc8dd..f0a31f2 100644 --- a/modules/root/software/system.nix +++ b/modules/root/software/system.nix @@ -8,4 +8,6 @@ python3 sops # Secrets ]; + + services.gpm.enable = true; } |