move some apps to namespace

This commit is contained in:
mjallen18
2025-08-21 19:06:51 -05:00
parent bd64283f04
commit 0e066cb4d7
25 changed files with 149 additions and 135 deletions

View File

@@ -17,10 +17,14 @@
${namespace} = {
services.home-assistant.enable = true;
hardware.disko.enable = true;
hardware.disko = {
enable = true;
filesystem = "bcachefs";
};
impermanence.enable = true;
network = {
hostName = "nuc-nixos";
useNetworkd = true;
useNetworkd = false;
ipv4 = {
method = "manual";
address = "10.0.1.4/24";