test stuff
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user