mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +00:00
hosts/ni: add typical runtime directories as part of state
This commit is contained in:
parent
db8161ea6c
commit
e82fd285b6
@ -26,6 +26,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
state.paths = {
|
||||
cacheDir = "/var/cache";
|
||||
dataDir = "/var/lib";
|
||||
logDir = "/var/log";
|
||||
runtimeDir = "/run";
|
||||
};
|
||||
|
||||
# Enable the display manager of choice.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user