chore: upgrade to NixOS 23.05
This commit is contained in:
parent
028e515ec9
commit
e77fc1fe1d
16 changed files with 44 additions and 49 deletions
services/home-assistant
|
@ -9,7 +9,8 @@ in {
|
|||
imports = [ ./esphome.nix ];
|
||||
|
||||
# just installed for ConBee firmware updates
|
||||
environment.systemPackages = with pkgs; [ deconz ];
|
||||
# TODO deconz package is currently broken
|
||||
# environment.systemPackages = with pkgs; [ deconz ];
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts."${config.networking.domain}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue