about summary refs log tree commit diff stats
path: root/hosts/by-name/apzu
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-16 16:45:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-16 16:45:40 +0200
commit176d9bb96e8923b84bb0bdc731ef707514c0d53e (patch)
treecab831d04c6c919d41c11fe6abfe67de34c90699 /hosts/by-name/apzu
parentmodules: Import external modules in the module that actually need them (diff)
downloadnixos-config-176d9bb96e8923b84bb0bdc731ef707514c0d53e.zip
hosts: Move to a `by-name` schema
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