diff options
author | Linnnus <[email protected]> | 2023-10-01 22:22:25 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 22:22:25 +0200 |
commit | 2787f2aedc462ac8dc7fcfde9d4b7ab79d1983f8 (patch) | |
tree | 0a6a075039b7b195c6c1eb18f5d1fe2beb1918e6 /hosts/muhammed/configuration.nix | |
parent | 5a06cffbe8a2bf32b6c77394c3e1494fe484bfa9 (diff) |
Enable and fix still-awake service
Diffstat (limited to 'hosts/muhammed/configuration.nix')
-rw-r--r-- | hosts/muhammed/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index db54aff..6fac35f 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -33,6 +33,8 @@ %admin ALL=(ALL:ALL) NOPASSWD: ${builtins.concatStringsSep ", " commands} ''; + services.still-awake.enable = true; + # System-specific version info. home-manager.users.linus.home.stateVersion = "22.05"; system.stateVersion = 4; |