aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/apzu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/by-name/apzu/configuration.nix (renamed from hosts/apzu/default.nix)7
-rw-r--r--hosts/by-name/apzu/hardware.nix (renamed from hosts/apzu/hardware.nix)0
2 files changed, 7 insertions, 0 deletions
diff --git a/hosts/apzu/default.nix b/hosts/by-name/apzu/configuration.nix
index 96dd99e1..69af3f2d 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/by-name/apzu/configuration.nix
@@ -24,6 +24,13 @@
backlight = "intel_backlight";
enable = true;
};
+
+ # TODO: Hard-code all the uids/gids <2025-05-13>
+ impermanence.directories = [
+ "/var/lib/nixos"
+ "/var/log"
+ ];
+
programs = {
yambar = {
laptop = true;
diff --git a/hosts/apzu/hardware.nix b/hosts/by-name/apzu/hardware.nix
index 8d481fa6..8d481fa6 100644
--- a/hosts/apzu/hardware.nix
+++ b/hosts/by-name/apzu/hardware.nix