169 Commits

Author SHA1 Message Date
5a0047e98e
Fix: Networking module using self-IP for default gateway. 2025-02-16 16:00:06 -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
03c397027a
Enhancement: Use smb.secretsFile in smb module to define path for smb credentials file. 2025-02-16 15:21:24 -08:00
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
75a5fbd6fb
Fix: Rework iscsi mount for fighter. 2025-02-16 02:43:07 -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
f71c6c512d
Feature (WIP): Consolidate and standardize vars and modules in flake. 2025-02-16 00:14:45 -08:00
cd9cda5dba
Feature (WIP): Configure artificer to succeed druid. 2025-02-16 00:14:15 -08:00
69f15221da
Fix: Disable ollama. Not used for now. 2025-02-16 00:13:43 -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
2d5ee19f0e
Enhancement: Switch to using one secret file for each secret for clips. 2025-02-11 01:28:18 -08:00
d467b7246c
Fix: Update script to source secrets. 2025-02-11 00:08:08 -08:00
373a809c75
Fix: Rotate secrets; move Zipline data to service subdir. 2025-02-10 23:49:30 -08:00
93612257cb
Fix: Update desktop config to use proper ssh sys vars. 2025-02-10 11:53:45 -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
8235087250
Fix: Remove bat. I always find myself running alias cat='cat' anyways... 2025-02-10 11:52:50 -08:00
6bbd0b2f8c
Enhancement (WIP): Split clips config into separate file; include secrets required by script.
TODO: Refactor scripts to use new secret locations, create zipline token.
2025-02-10 11:51:53 -08:00
dd6fe84150
Fix: Add admin user to "video" and "render" groups. 2025-02-08 18:03:56 -08:00
2c8958c1ce
Fix: typo. 2025-02-08 16:56:00 -08:00
b5570dbb6e
Fix: Update iscsi disk config after reformat. 2025-02-08 16:54:17 -08:00
ae9788a175
Enhancement: Add tools for working with video transcoding. 2025-02-08 16:51:38 -08:00
d16a2c5230
Enhancement: Temporarily add archive smb share for importing data from backups. 2025-02-08 01:49:53 -08:00
578825ceb8
Enhancement: Allow unlimited time to calculate diff. 2025-02-07 23:28:31 -08:00
46e8ab93da
Fix: Correct options for iscsi mount. 2025-02-07 23:26:34 -08:00
80299146c5
Enhancement: Add amdgpu_top 2025-02-07 23:09:55 -08:00
4b8f8496c4
Fix: Re-add amdgpu stuff. 2025-02-07 22:53:21 -08:00
270ac8c439
Fix: Remove configuration for Instinct MI60 until vbios issue is resolved. 2025-02-07 18:48:33 -08:00
179ea1b30b
Enhancement: Allow unfree in nixpkgs for fighter. 2025-02-07 14:00:25 -08:00
366039d273
Enhancement: Add localization, basic nixpkgs config. 2025-02-07 13:02:27 -08:00
6b71effc53
Enhancement: Update rocmPackages 2025-02-06 23:36:16 -08:00
be1daee4f1
Enhancement: Add amdgpu_top 2025-02-06 23:01:03 -08:00
e301a841f9
Feature: Add packages to support Instinct MI60. 2025-02-06 22:55:53 -08:00
44289740ba
Fix: Whoops. Wrong system-kernel matchups. 2025-02-06 15:59:08 -08:00
6b54df7c0b
Fix: Add missing sys input. 2025-02-06 15:57:53 -08:00
55f43f700e
Fix: Add missing pkgs input. 2025-02-06 15:57:35 -08:00
9a10b8db7e
Enhancement: Set kernel to version 6.12 (from 6.6). 2025-02-06 15:57:00 -08:00
6f2abb40ba
Fix: Enable DHCP client. Interface not coming up automatically on boot. 2025-02-06 15:32:36 -08:00
94322b6492
Enhancement: Consolidate hardware/boot config. 2025-02-06 15:32:26 -08:00
c31ae00a50
Fix: Extend smb device/mount timeout. 2025-02-06 15:04:46 -08:00
28d4dd0a40
Enhancement: Preventatively disable systemd emergency mode. 2025-02-06 14:21:06 -08:00
8d1541c903
Enhancement: Update iscsi.
- Deprecate barbarian.
  - Reorganize iscsi vars.
  - Add filesystem mount for iscsi.
2025-02-06 14:04:20 -08:00
113c5f8448
Fix: Re-encrypt smb.secrets as pure binary. 2025-02-06 13:54:39 -08:00
e78f1d0cf1
Fix: IDEK 2025-02-06 13:50:25 -08:00
32cd2b7562
Fix: Force sops to emit plain binary file to preserve dotenv syntax. 2025-02-06 13:49:50 -08:00
4eadaeeb5a
Fix: Re-encrypt smb.secrets with --output-type binary 2025-02-06 13:46:53 -08:00
e0de19bd87
Fix: Correct sops format 2025-02-06 13:42:59 -08:00
7291fa354a
Feature: Add sops-encrypted SMB credentials. 2025-02-06 13:39:42 -08:00
df2eb5cd60
Enhancement: Open iperf3 server TCP port. 2025-02-06 13:34:18 -08:00
0da07158f0
Fix: Update config to use new files. 2025-02-06 13:29:29 -08:00
62e4bd337a
Enhancement: Force nixos rebuild to ignore cached flake. 2025-02-06 13:26:44 -08:00