diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-16 16:45:40 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-16 16:45:40 +0200 |
commit | 176d9bb96e8923b84bb0bdc731ef707514c0d53e (patch) | |
tree | cab831d04c6c919d41c11fe6abfe67de34c90699 /hosts/by-name/apzu/configuration.nix | |
parent | modules: Import external modules in the module that actually need them (diff) | |
download | nixos-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 |
1 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; |