6 Commits

Author SHA1 Message Date
30800804cb
Fix: Disable inclusion of repo. Causes collision on switch. 2025-02-25 19:58:20 -08:00
89b7dc592b
Fix: Consolidate any repetition of home-manager.users."${sys.username}".
- Cannot declare a configuration node with a variable more than once.
  - Any invocations of `home-manager.users."${sys.username}"` should be consolidated to one attrset *per file*.
  - Read more: https://github.com/NixOS/nix/issues/916
2025-02-19 15:07:31 -08:00
389731d4ce
Enhancement: Include copy of repo in system module at location specified by sys.repoPath.
Fix: Restore artificer, iso, and cloudimage configs in working state.
2025-02-18 02:46:17 -08:00
630fa3d971
Fix: Consolidate modules for fighter.
- Adds `systemd.enableEmergencyMode = false;` to system.nix module; removes from all redundant locations.
  - Removes configuration.nix for fighter.
  - Removes network-shares.nix for fighter (replaced by calling smb and iscsi modules).
2025-02-16 15:30:01 -08:00
93e8426a43
Feature: Implement new modules for fighter.
- Fighter uses: system, git, sops, docker, networking, and iscsi modules; plus its own stacks module which we've updated to use the new design concept.
  - I can't figure out how to put all of the module code together (importing and defining the vars), so we're compromising.
2025-02-16 01:26:30 -08:00
fff1d2c480
Enhancement (WIP): Consolidate system configurations into modules.
- system: Module describes core Linux system configuration parameters, and NixOS system parameters.
  - networking: Basic networking config for metal hosts.
  - sops: Configures sops-nix to decrypt secrets as appropriate, and provides a useful shell helper.
  - smb: Reusable module that returns one smb mount.
  - iscsi: Autoconnect and auto-mount iscsi target.
  - git: Basic Git config.
  - docker: Configure Docker.
  - hardware: Set of modules for physical hardware devices and their related configurations.
2025-02-16 00:13:27 -08:00