aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/by-name/apzu/configuration.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix
index 4464011e..0f7ab875 100644
--- a/hosts/by-name/apzu/configuration.nix
+++ b/hosts/by-name/apzu/configuration.nix
@@ -7,12 +7,7 @@
#
# You should have received a copy of the License along with this program.
# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-{
- lib,
- pkgs,
- baseLib,
- ...
-}: {
+{...}: {
imports = [
./hardware.nix
];
@@ -25,9 +20,7 @@
enable = true;
};
- # TODO: Hard-code all the uids/gids <2025-05-13>
impermanence.directories = [
- "/var/lib/nixos"
"/var/log"
];