From 9f902ce1341249b17d119a8269853715e044a794 Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 4 Aug 2023 12:46:58 +0100 Subject: [PATCH] zenix hardware user fix --- hardware/zenix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/zenix.nix b/hardware/zenix.nix index c544d97..43f7edd 100644 --- a/hardware/zenix.nix +++ b/hardware/zenix.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{user}: { config, lib, pkgs, modulesPath, ... }: { imports =