Add enable flag
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user