mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
4 days ago 576884842d342bf04da32052ed9929c353b9667b
rpi-nixos/configuration.nix
File was renamed from nixos/configuration.nix
@@ -14,8 +14,7 @@
  boot.loader.systemd-boot.enable = true;
  boot.loader.efi.canTouchEfiVariables = true;
  boot.supportedFilesystems = [ "zfs" ];
  boot.zfs.forceImportRoot = false;
  boot.supportedFilesystems = [ "bcachefs" ];
  networking.hostId = "31f59926";
  networking.hostName = "wipi"; # Define your hostname.
@@ -77,7 +76,6 @@
    neofetch
    git
    gnumake
    zfs
    tmux
    htop
  ];
@@ -124,6 +122,26 @@
    syntaxHighlighting.enable = true;
  };
  services.home-assistant = {
     enable = true;
     extraComponents = [
      # Components required to complete the onboarding
      "analytics"
      "google_translate"
      "met"
      "radio_browser"
      "shopping_list"
      # Recommended for fast zlib compression
      # https://www.home-assistant.io/integrations/isal
      "isal"
    ];
    config = {
      # Includes dependencies for a basic setup
      # https://www.home-assistant.io/integrations/default_config/
      default_config = {};
    };
  };
  # Open ports in the firewall.
  # networking.firewall.allowedTCPPorts = [ ... ];
  # networking.firewall.allowedUDPPorts = [ ... ];