From 80b587e7fded6104324c2ff698e3c34a96dfc54e Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 2 Dec 2025 16:38:31 +0100 Subject: [PATCH] nixy: enable etc overlay and nixos-init; set initial user pass --- nixy/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 20fd90b..87ff81f 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -14,8 +14,8 @@ in system = { stateVersion = "23.05"; autoUpgrade.enable = false; - #etc.overlay.enable = true; - #nixos-init.enable = true; + etc.overlay.enable = true; + nixos-init.enable = true; }; sops = { @@ -642,6 +642,7 @@ in users.users.${USER} = { isNormalUser = true; + initialHashedPassword = "$y$j9T$XGffGsmN/u.wO5wZ.cBml/$9iCw3eWY0GSUH/aA8ESCAxKeTCAMqY21XQF7b5ujxD6"; shell = pkgs.zsh; extraGroups = [ "adbusers"