move some apps to namespace
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user