2654 Commits

Author SHA1 Message Date
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
7d22554c99
Fix: Rotate sops encryption for vyos' cloudflare.token. 2025-01-30 15:02:54 -08:00
7d506a74fd
Feature: Implement sops-nix for Traefik, send stacks:
- Init stack.nix files.
  - Delete .env files, move into stack.nix.
  - Rotate traefik's secrets.env.
2025-01-30 15:02:34 -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
918da7fe12
Enhancement: Add script to list host-side Docker volume mounts to shell.nix 2025-01-30 14:44:40 -08:00
779390ec34
Update: System update 2025-01-27 00:02:50 -08:00
88e34c8f60
Fix: Remove unused variable 2025-01-26 23:57:34 -08:00
b158d1fb13
Update: Add docker, add system image base, rotate encryption for traefik secrets.env 2025-01-26 23:52:04 -08:00
60f1f204a1
Update: Add partition-manager 2025-01-26 23:50:59 -08:00
3a517c0e67
5etools-docker: Update Git url 2025-01-23 22:49:11 -08:00
44d2847778
Artificer NixOS host: init, configure docker 2025-01-23 22:48:53 -08:00
be68f6252b
Update: Flake update
Feature: add missing components to cloudimage config
2025-01-23 13:46:47 -08:00
9311665143
Vyos script updates:
- Re-encrypt cloudflare.token
- Fix shebang for vyos.sh and cfddns.sh (probably?)
2025-01-22 17:11:57 -08:00
0d55bb9fe7
Video script updates:
- Create convert-lossless script to convert to web-optimized mp4.
- Create send-to-cloudflare script to upload to Cloudflare Stream CDN.
- Create send-to-zipline-and-cloudflare to upload to zipline, and then post that URL to Cloudflare (rather than upload the same video directly from host).
- Fix Dolphin servicemenus not working.
- Add sops package.
2025-01-22 17:10:27 -08:00
7cd4bbd795 Merge pull request 'Init basic cloud image' (#27) from NixOS--Cloud-image into main
Reviewed-on: #27
2025-01-22 17:06:20 -08:00
c12ba6b77c
Init basic cloud image 2025-01-22 17:04:26 -08:00
2f8726263e Merge pull request 'Misc.' (#26) from nixos-refactor into main
Reviewed-on: #26
2025-01-10 14:49:28 -08:00
b30bbda409
Data and analysis
- Re-measure zen benchmark
- Add main benchmark
- Compile benchmarks, simple analysis

TODO: Write-up
2025-01-10 14:21:22 -08:00
8aa70b0485
System update
- Cleanup old readme
- Migrate MangoHud config to settingsPerApplication.wine-Overwatch
2025-01-10 14:19:54 -08:00
dc4725dc98 Merge pull request 'nixos-refactor: Consolidate, cleanup, clarify' (#25) from nixos-refactor into main
Reviewed-on: #25
2025-01-08 21:31:09 -08:00
739062f5ad
Delete now-unused dotfiles/desktop/ directory. 2025-01-08 21:22:14 -08:00
71deb2f3a7
Update system
- Switch back to a reasonable home-manager.backupFileExtension
- Extract defaultApplications to its own file, fix default apps not being "sticky" by using the `.desktop` file alone (without absolute path).
- Run "fastfetch" by name in zsh.initExtra.
2025-01-08 21:20:39 -08:00
373d1e1fe8
Fix: General home-manager.users."${sys.username}".home.shellAliases loading too late; breaks running "fetch" in zsh.initExtra 2025-01-08 12:26:39 -08:00
ee812b92c6
Fix: Forgot to declare kernel package 2025-01-08 12:24:08 -08:00
4507b52ca1
Fix: Backup file extension collision 2025-01-08 12:11:30 -08:00
4e9d6dec6a
Refactor flake:
- Delete homeManagerConfigurations from flake.
- Delete laptop nixosConfiguration.
- Delete `home-manager/` and `nixos/` directories.
- Switch from one general "vars" attrset for variables to using built-for-purpose attrsets for variables, each declared where it makes most sense (e.g. the "sys" attrset will be used for system-specific attributes).
- Create `systems/` directory for root-level system configurations and `modules/` directory for re-usable config files.
- Consolidate most app and system configuration into the `desktop-environment.nix` and `terminal-environment.nix` files.
- Standardize all `.nix` files to nixos config nodes, as opposed to home-manager. May reverse this decision.
- Use `${sys.username}` for the username of the primary user of the system.
- Use `${usr.${sys.username}}` for attributes related to that user (e.g. realname, email).
2025-01-08 12:04:28 -08:00
12ec03df16
Update flake:
- Pin Stylix to release-24.11 branch
- Add vars.repo for information about the flake repo.
- Refactor "vars.desktop" with a system-specific "sysVars" attrset.
- Move "{home-manager|nixos}/{laptop|desktop}" to "{laptop|desktop}/{home-manager|nixos}".
2025-01-06 13:15:05 -08:00
a266a181eb
First results for benchmarking Overwatch 2
- Uses MangoHud to log frametimes during a 1-minute standardized benchmark.
- First results use Linux 6.12 Zen kernel.
- TODO: Benchmark Linux 6.12 Mainline kernel, Xanmod.
2025-01-06 13:11:02 -08:00
13bf936897
Init OBS-studio theme with current catppuccine mocha color palette 2025-01-06 13:08:16 -08:00
327b860a3e
Install Ghostty, pin Stylix to working commit, fix nethogs typo 2025-01-02 15:57:06 -08:00
ea10ed14dd
System update, disable stylix module 2025-01-02 15:27:44 -08:00
d986cafd84
Migrate system info TUI tools to terminal config 2025-01-02 15:27:14 -08:00
3aff72d4bb
Fix bash shebang 2025-01-02 14:18:32 -08:00
02c980c8bf
WIP Hyprland config 2025-01-02 14:18:21 -08:00
01f69f7cd4
Refactor "kitty-popup" script into terminal config 2025-01-02 14:17:15 -08:00
139e2ffb94
System update
Switch to new package name for Zen browser
2025-01-02 13:17:23 -08:00
8fa6dc49f0
Install native prismlauncher package 2025-01-02 13:16:55 -08:00
78ef7310b6
Add minecraft server to desktop 2025-01-02 13:16:31 -08:00
2328238acc
Init coder 2024-12-31 10:50:40 -08:00
fb5ca7c6e4
Chmod +x on script 2024-12-31 10:50:19 -08:00
c4942fc9b4
Flake update with new key format
System update
2024-12-31 10:50:01 -08:00
0f53134dba
Script WIP 2024-12-31 10:49:33 -08:00