No description
Find a file
2024-12-17 17:26:57 +01:00
home-manager Create NixOS option for Cosmic specialisation 2024-12-01 16:56:47 +01:00
machines Test new jellyseerr version 2024-12-17 17:26:57 +01:00
nixos Increase inotify limit for servers 2024-12-04 22:57:37 +01:00
secrets Install sunshine on gamepc 2024-12-10 19:41:35 +01:00
.envrc Add git-hooks 2024-10-28 12:25:19 +01:00
.gitignore Fix number of workspaces in GNOME 2024-11-19 17:52:33 +01:00
.sops.yaml Install sunshine on gamepc 2024-12-10 19:41:35 +01:00
checks.nix Remove relative path in flake check 2024-11-11 22:33:24 +01:00
colmena.nix Migrate Lewis to this repo 2024-12-01 16:30:28 +01:00
flake.lock Update flake inputs 2024-12-04 22:57:29 +01:00
flake.nix Migrate Atlas to this repo 2024-12-01 14:33:24 +01:00
formatter.nix Split flake into multiple files 2024-11-11 21:40:36 +01:00
nixos-configurations.nix Restructure machine files 2024-11-17 23:03:19 +01:00
packages.nix Split flake into multiple files 2024-11-11 21:40:36 +01:00
README.md Post-migration cleanups 2024-12-01 16:51:04 +01:00
treefmt.nix Format JSON files 2024-11-11 22:44:45 +01:00

nixos-configs

NixOS configurations for the machines I manage.

Currently managed systems:

  • sue: My current laptop, a Dell XPS 9315. It has two flavours:
    • Default running GNOME
    • Specialisation running Cosmic
  • gamepc: My gaming PC running Cinnamon
  • warwick: A Raspberry Pi 4 Model B, which mostly does some monitoring
  • atlas: A Gigabyte Brix, one of my Kubernetes nodes
  • jefke: A Gigabyte Brix, one of my Kubernetes nodes
  • lewis: A Gigabyte Brix, one of my Kubernetes nodes. Additionally, contains my media collection and does backups.

Deployment

I use Colmena for deploying my machines.

Create garbage collection roots like so:

colmena build --keep-result --experimental-flake-eval

To apply to the local machine:

sudo colmena apply-local --sudo --experimental-flake-eval

To apply to all remotely managed systems:

colmena apply --experimental-flake-eval

Note

Currently the --experimental-flake-eval flag is necessary to properly use Colmena with flakes. See this PR.