use athenix instead of ugaif
This commit is contained in:
@@ -21,7 +21,7 @@ nix-lxc = {
|
||||
};
|
||||
};
|
||||
overrides = {
|
||||
ugaif.host.useHostPrefix = false;
|
||||
athenix.host.useHostPrefix = false;
|
||||
extraUsers = [ "sv22900" "hdh20267" ]; # Users remain in inventory
|
||||
};
|
||||
};
|
||||
@@ -61,7 +61,7 @@ The `default.nix` module includes:
|
||||
|
||||
This module:
|
||||
- Receives the same flake inputs as nixos-systems (nixpkgs, home-manager, etc.)
|
||||
- Can use ugaif.* options from the host type module
|
||||
- Can use athenix.* options from the host type module
|
||||
- Is merged with inventory.nix overrides and extraUsers
|
||||
- Works with all build methods (LXC, Proxmox, ISO)
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
# services.openssh.settings.PermitRootLogin = lib.mkForce "no";
|
||||
|
||||
# Configure users (these will be added via inventory.nix extraUsers)
|
||||
ugaif.users.sv22900.enable = true;
|
||||
ugaif.users.hdh20267.enable = true;
|
||||
athenix.users.sv22900.enable = true;
|
||||
athenix.users.hdh20267.enable = true;
|
||||
|
||||
# Dashboard-specific services could go here
|
||||
# Example:
|
||||
|
||||
Reference in New Issue
Block a user