test stuff

This commit is contained in:
mjallen18
2025-08-23 18:00:05 -05:00
parent c680392513
commit 6c9a010c3c
5 changed files with 70 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
{
imports = [
./boot.nix
# ./networking.nix - moved to modules/nixos/network
# ./hardware-configuration.nix
./users.nix
./sops.nix
];
@@ -18,7 +18,7 @@
services.home-assistant.enable = true;
hardware.disko = {
enable = true;
filesystem = "bcachefs";
filesystem = "btrfs";
};
impermanence.enable = true;
network = {