Add enable flag

This commit is contained in:
2025-12-17 13:25:45 -05:00
parent b778c7fa22
commit 3ff1128765

View File

@@ -1,11 +1,8 @@
# ============================================================================
# User Configuration for hdh20267
# ============================================================================
{ inputs, pkgs, ... }:
let
# Evaluate package references immediately in the function scope
zshPackage = pkgs.zsh;
homeConfig = ./home.nix;
in
@@ -13,6 +10,7 @@ in
description = "HDH";
shell = zshPackage;
hashedPassword = "!";
enable = true; # Enable by default
opensshKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBC7xzHxY2BfFUybMvG4wHSF9oEAGzRiLTFEndLvWV/X hdh20267@engr733847d.engr.uga.edu"