File was renamed from nixos/configuration.nix |
| | |
| | | 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. |
| | |
| | | neofetch |
| | | git |
| | | gnumake |
| | | zfs |
| | | tmux |
| | | htop |
| | | ]; |
| | |
| | | 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 = [ ... ]; |