6 Commits

Author SHA1 Message Date
1b610bc9eb
Fix (Huge): Re-enable desktop.
- Enable desktop system in flake with all modules imported in flake file, and arguments for those modules passed via specialArgs.
  - Disable fileSystems mounts for iscsi.
  - Refactor smb.nix to define all working shares. (TODO: Figure out how to enable a subset of shares by arguments passed to module).
  - Roll cloudflare_stream.token.
  - Extract all module calls out of configuration.nix for desktop. Remove configuration nodes duplicated in system.nix.
  - Fix dependence on deprecated "sys" subattributes in desktop-environment.nix.
  - Remove iscsi configuration from filesystems.nix. Using iscsi module instead.
  - Update terminal-environment.nix to use git attrset where appropriate.
  - Hardcode wallpaper file in theme.nix.
  -
2025-02-16 15:14:46 -08:00
bd5b19f798
Fix: Temporarily disable auto-mounting the iscsi share. It's misbehaving and I need to diagnose. 2025-02-10 11:53:17 -08:00
b5570dbb6e
Fix: Update iscsi disk config after reformat. 2025-02-08 16:54:17 -08:00
46e8ab93da
Fix: Correct options for iscsi mount. 2025-02-07 23:26:34 -08:00
6931d60021
Fix: Make iscsi drive explicitly non-required for boot. 2025-02-05 17:41:54 -08:00
a9290d0189
Update: Refactor fileSystems, module imports; Init ai.nix.
- ai.nix for all LLM/AI/ML programs/services/configurations.
  - Flatten module tree to 2 levels: configuration.nix, and modules imported by configuration.nix
  - Split fileSystems from hardware, mount /mnt/iscsi/joey-desktop, rename fedora drive to data.
2025-02-02 02:19:35 -08:00