From 61883547c5e69ff7000ef2343f7bc3f29e69a17c Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 15 May 2021 11:00:55 +0700 Subject: [PATCH] move password into secrets no i dont have gaming as my password anywhere --- cfg/winter/main.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/winter/main.nix b/cfg/winter/main.nix index ca51739..2448739 100644 --- a/cfg/winter/main.nix +++ b/cfg/winter/main.nix @@ -38,7 +38,6 @@ isNormalUser = true; extraGroups = [ "wheel" ]; shell = pkgs.zsh; - initialPassword = "gaming"; }; console.useXkbConfig = true;