From df79acf7f540d74ad6bdaa90628db791965cf0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=84=EC=9A=B0=20=EC=A1=B0?= Date: Tue, 18 Nov 2025 10:30:01 +0000 Subject: [PATCH] Update 2 files - /flake.nix - /configuration.nix --- configuration.nix | 2 +- flake.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 485866f..e7d6fc6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,7 +80,7 @@ in }; # User Account Setup - REQUIRED: Change "hydenix" to your desired username (must match above) - users.users.bangae1 = { + users.bangae1 = { isNormalUser = true; initialPassword = "1"; # SECURITY: Change this password after first login with `passwd` extraGroups = [ diff --git a/flake.nix b/flake.nix index 3ec3713..e11426c 100644 --- a/flake.nix +++ b/flake.nix @@ -49,9 +49,9 @@ nixosConfigurations.default = hydenixConfig; /*devShells.${system}.default = pkgs.mkShell { buildInputs = with pkgs; [ - python313 - python313Packages.pip - python313Packages.venvShellHook + #python313 + #python313Packages.pip + #python313Packages.venvShellHook stdenv.cc.cc.lib pkg-config gcc