124 Commits

Author SHA1 Message Date
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
c868343c42
Enhancement: Update hardware and networking config.
- Remove not-detected.nix.
  - Set hardware configs explicitly.
  - Configure 32GB swapfile.
  - Split networking config into networking.nix.
  - Disable DHCP, set interface address explicitly.
2025-02-06 13:25:24 -08:00
b2bd1a9d60
Fix: Disable rootless docker. Rootless breaks port binding. May be able to work around later. 2025-02-06 13:01:14 -08:00
1dc87e868f
Fix: IDEK 2025-02-06 01:38:06 -08:00
0be514c6e0
Fix: Call sops-nix module... 2025-02-06 01:35:10 -08:00
18ca235bad
Fix: I hope. 2025-02-05 23:32:12 -08:00
4aaf1d33bd
Fix: Stop making fun of me. 2025-02-05 23:25:25 -08:00
46ee5c8b5c
Fix: SSH path was empty. 2025-02-05 23:22:10 -08:00
32ceed3318
Fix: Restore sshKeyPaths to use the user's key instead of root's. 2025-02-05 23:17:50 -08:00
c260fe3904
Enhancement: Correct file path for ssh key to use for decrypting sops-nix secrets. 2025-02-05 23:06:00 -08:00
0821d2fd3b
Fix: Replace placeholders with correct disk UUIDs 2025-02-05 22:15:54 -08:00
394db66116
Feature: Add generated hardware.nix for fighter. 2025-02-05 17:42:11 -08:00
6931d60021
Fix: Make iscsi drive explicitly non-required for boot. 2025-02-05 17:41:54 -08:00
f76eee2fb0
Fix: Comment out unused default app types. 2025-02-05 17:41:24 -08:00
b70c0bb56b
Fix: Disable systemd's emergency mode, which caused a failure to boot when our iscsi disk was not mounted during boot. 2025-02-05 17:41:09 -08:00
4d74b10dcb
Feature: Add some AI stuff for desktop. 2025-02-05 17:40:34 -08:00
317108d51a
Enhancement: Add sys.networking variables for fighter. 2025-02-05 17:40:01 -08:00
c84b08c47c
Fix: Correct path for sshKey used for signing commits. 2025-02-02 02:22:21 -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
afa355935e
Feature: Add all stacks.nix to fighter config. 2025-02-01 14:38:55 -08:00
6ff8e0467f
Enhancement: Move docker data root to /docker 2025-01-31 22:28:47 -08:00
900275dae9
Enhancement: add sys.dataDirs to interface between shares and stacks. 2025-01-31 22:28:10 -08:00
adbb2ea414
Fix: Add missing services.openiscsi.name option. 2025-01-31 12:45:40 -08:00
0aa89078ab
Fix: Ahem. Cough. 2025-01-31 12:42:54 -08:00
6dc3053449
Fix: Init placeholder boot.nix for fighter until we can generate a hardware config. 2025-01-31 12:40:39 -08:00
a12f7c5024
Fix: Remove deprecated programs.bash.enable = true;. 2025-01-31 12:39:45 -08:00
1722fd14c5
Fix: Declare stateVersion for nixos and home-manager for fighter 2025-01-31 12:32:54 -08:00
0938a64e97
Fix: Add mising sops-nix module to fighter. 2025-01-31 12:28:51 -08:00
7dc4da3d91
Fix: Remove unused sys input. 2025-01-31 12:27:48 -08:00
0a79e5a2f2
Fix: services.openiscsi.targets removed, unnecessary. 2025-01-31 12:21:27 -08:00
9804188ff1
Fix: services.openiscsi.target (not targets) should be a string, not an array. 2025-01-31 11:37:42 -08:00
c5091f76a4
Fix: services.openiscsi.discoverPortal (not portals), should be a string, not an array. 2025-01-31 11:35:58 -08:00
459f75eb5b
Fix: Add home-manager module to fighter 2025-01-31 11:27:47 -08:00
45a74fdf06
Fix: Add missing sys.dockerData for fighter 2025-01-31 11:25:49 -08:00
653a8b548a
Fix: Add missing elipses 2025-01-31 11:15:47 -08:00
ba589ef42a
Fix: Add missing elipsis to fighter/server.nix 2025-01-31 00:56:50 -08:00
9a73df2359
Fix: Add missing sys.authorizedKeys for artificer 2025-01-31 00:33:50 -08:00
d1e0abcfbd
Flake update:
- Add usr.admin, jafnerKeys global flake vars.
  - Add hostname, sshKey, authorizedKeys, dockerData, ssh.{path,privateKey,publicKey} sys vars for desktop.
  - Add sops-nix module to desktop.
  - Add authorizedKeys to sys vars for iso, cloudimage configurations.
  - Implement basic config for iso, cloudimage configurations.
  - Init fighter configuration.
2025-01-30 15:07:48 -08:00
83028ffd79
Enhancement: Add build to nixos script. 2025-01-30 14:56:53 -08:00
efa8265c3b
Feature: Implement sops-nix:
- .sops.yaml: Rotate keys, narrow path_regex to secrets.
  - sops.nix: Init module, init `sops-nix` script.
  - configuration.nix: Add sops-nix to desktop configuration.
2025-01-30 14:55:56 -08:00
09c2066504
WIP: Init fighter system configuration. 2025-01-30 14:51:01 -08:00
e6000fad82
Enhancement: Declare hostname on desktop; passed from flake as sys.hostname 2025-01-30 14:50:05 -08:00
9dabb81b08
WIP: Init hyprland desktop-environment config. 2025-01-30 14:49:18 -08:00
19e02bc454
Fix: Add spotify module to desktop-environment. 2025-01-30 14:48:37 -08:00
c30d77304c
Enhancement: consolidate SSH pubkey declarations into flake; pass as sys.authorizedKeys 2025-01-30 14:47:52 -08:00
d2828fa751
Feature: Add spotify module.
- librespot as systemd service for backend.
  - Spotify-qt for qt-based GUI.
  - ncspot for TUI.
2025-01-30 14:45:58 -08:00