diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-02 09:10:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-09-02 09:10:54 +0200 |
commit | e51833af1ef7023ea09444eaad010f25b4abeb95 (patch) | |
tree | d9887da38e9db56fd9ea4fe8129948c085b5df9f /hosts | |
parent | modules/common/projects: Add `esc` project (diff) | |
download | nixos-config-e51833af1ef7023ea09444eaad010f25b4abeb95.zip |
modules/upower: Init
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/by-name/apzu/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 6fc917d3..a5b10e9f 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -39,7 +39,12 @@ hostName = "apzu"; mode = "NetworkManager"; }; - services.unison.foreign.address = "tiamat.fritz.box"; + + services = { + unison.foreign.address = "tiamat.fritz.box"; + upower.enable = true; + }; + nixpkgs = { enable = true; systemName = "x86_64-linux"; |