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