hosts/ni: add typical runtime directories as part of state

This commit is contained in:
Gabriel Arazas 2024-09-17 18:32:29 +08:00
parent db8161ea6c
commit e82fd285b6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -26,6 +26,13 @@
}; };
}; };
state.paths = {
cacheDir = "/var/cache";
dataDir = "/var/lib";
logDir = "/var/log";
runtimeDir = "/run";
};
# Enable the display manager of choice. # Enable the display manager of choice.
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;