From 9f5b11e5e91ff0329956e5172eda5ba242710d85 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Wed, 6 Apr 2022 10:37:04 -0500 Subject: [PATCH] Remove commented code --- hosts/2maccabees/home-assistant.nix | 44 ----------------------------- 1 file changed, 44 deletions(-) diff --git a/hosts/2maccabees/home-assistant.nix b/hosts/2maccabees/home-assistant.nix index 438ae4d..d48a4e4 100644 --- a/hosts/2maccabees/home-assistant.nix +++ b/hosts/2maccabees/home-assistant.nix @@ -1,53 +1,9 @@ { config, pkgs, ... }: let - #unstable-src = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"; - #unstable = import unstable-src {}; unstable = import {}; in { - #services.home-assistant = { - # enable = true; - # applyDefaultConfig = true; - # configWritable = true; - # configDir = "/var/lib/hass"; - # config = { - # default_config = {}; - # met = {}; - # frontend = {}; - # http = { - # use_x_forwarded_for = true; - # trusted_proxies = [ "127.0.0.1" "::1" ]; - # }; - # "map" = {}; - # cloud = {}; - # mobile_app = {}; - # }; - - # package = (unstable.home-assistant.override { - # extraComponents = [ - # "accuweather" - # "cast" - # "cloud" - # "default_config" - # "esphome" - # "google" - # "google_assistant" - # "roomba" - # "synology_dsm" - # "tplink" - # "wiz" - # "zwave_js" - # ]; - # extraPackages = py: with unstable.python39Packages; [ - # ifaddr - # ]; - # }).overrideAttrs (oldAttrs: { - # doInstallCheck = false; - # }); - # openFirewall = true; - #}; - virtualisation.podman.enable = true; virtualisation.oci-containers = {