diff options
| author | Baitinq <[email protected]> | 2022-07-13 20:54:50 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-13 20:54:50 +0200 |
| commit | 9e73737b447183902ef1e014f6933f39fe9e3b12 (patch) | |
| tree | 5b6b73fd00aa2baab8992a65b03495c2f52f2851 /hosts/luna | |
| parent | fmt (diff) | |
| download | nixos-config-9e73737b447183902ef1e014f6933f39fe9e3b12.tar.gz nixos-config-9e73737b447183902ef1e014f6933f39fe9e3b12.tar.bz2 nixos-config-9e73737b447183902ef1e014f6933f39fe9e3b12.zip | |
Luna: Enable power-save module
Diffstat (limited to 'hosts/luna')
| -rw-r--r-- | hosts/luna/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 6194a71..27f02d6 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -3,6 +3,7 @@ imports = [ ./hardware.nix + ../../modules/power-save ../../modules/bluetooth ]; |