feat: Rename project to 'Athenix'
This commit is contained in:
committed by
Hunter Halloran
parent
d97ece898c
commit
d205211c7d
10
users.nix
10
users.nix
@@ -5,7 +5,7 @@
|
||||
# ============================================================================
|
||||
# This file defines the available user accounts. These accounts are NOT
|
||||
# enabled by default on all systems. They must be enabled via the
|
||||
# 'ugaif.users.enabledUsers' option in inventory.nix or system flakes.
|
||||
# 'athenix.users.enabledUsers' option in inventory.nix or system flakes.
|
||||
|
||||
# Define the users here using the new option
|
||||
# To generate a password hash, run: mkpasswd -m sha-512
|
||||
@@ -17,16 +17,16 @@
|
||||
# external = /path/to/local/config;
|
||||
#
|
||||
# External repositories should contain:
|
||||
# - user.nix (required): Defines ugaif.users.<name> options AND home-manager config
|
||||
# - user.nix (required): Defines athenix.users.<name> options AND home-manager config
|
||||
# - nixos.nix (optional): System-level NixOS configuration
|
||||
#
|
||||
# The user.nix file is imported in TWO contexts:
|
||||
# 1. As a NixOS module to read ugaif.users.<name> options (account settings)
|
||||
# 1. As a NixOS module to read athenix.users.<name> options (account settings)
|
||||
# 2. As a home-manager module for home.*, programs.*, services.* (user environment)
|
||||
#
|
||||
# User options can be set in users.nix OR in the external module's user.nix.
|
||||
# External module options take precedence over users.nix defaults.
|
||||
ugaif.users = {
|
||||
athenix.users = {
|
||||
root = {
|
||||
isNormalUser = false;
|
||||
hashedPassword = "!";
|
||||
@@ -49,7 +49,7 @@
|
||||
hdh20267 = {
|
||||
external = builtins.fetchGit {
|
||||
url = "https://git.factory.uga.edu/hdh20267/hdh20267-nix";
|
||||
rev = "db96137bb4cb16acefcf59d58c9f848924f2ad43";
|
||||
rev = "c538e0c0510045b58264627bb897fc499dc7c490";
|
||||
};
|
||||
};
|
||||
sv22900 = {
|
||||
|
||||
Reference in New Issue
Block a user