nix infra
Find a file
Update Bot a4a7a3f444
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/51160a097a850839b7eae7ef08d0d3e7e353dfc3' (2024-12-21)
  → 'github:nix-community/home-manager/edb8b00e4d17b2116b60eca50f38ac68f12b9ab4' (2024-12-22)
• Updated input 'nixos-hardware':
    'github:nixos/nixos-hardware/b12e314726a4226298fe82776b4baeaa7bcf3dcd' (2024-12-16)
  → 'github:nixos/nixos-hardware/e8516a23524cc9083f5a02a8d64d14770e4c7c09' (2024-12-22)
• Updated input 'nixvim':
    'github:nix-community/nixvim/6a4b4221c4ebf1140f73f8df769e97f1828d90fa' (2024-12-21)
  → 'github:nix-community/nixvim/450cccf472f40ae8e3b92eec9e5f4b071693ac85' (2024-12-22)
• Updated input 'nixvim/git-hooks':
    'github:cachix/git-hooks.nix/0ddd26d0925f618c3a5d85a4fa5eb1e23a09491d' (2024-12-17)
  → 'github:cachix/git-hooks.nix/f0f0dc4920a903c3e08f5bdb9246bb572fcae498' (2024-12-21)
• Updated input 'stylix':
    'github:danth/stylix/4f489c63932f014be856475154bf342f8a40f5ff' (2024-12-21)
  → 'github:danth/stylix/4d87b96ceca38532f39c1b7efd8a9235bfcee3d6' (2024-12-22)
2024-12-23 04:20:19 +01:00
config lucy: add ssh key 2024-12-11 16:41:02 +01:00
lib/shinyflakes fixed deployment 2024-05-14 16:23:51 +02:00
modules ryuuko: add firefox custom build 2024-11-20 11:07:46 +01:00
pkgs Encode native/qemu emulation support in system features 2024-12-11 14:35:06 +01:00
secrets crime: add backup 2024-11-13 17:07:46 +01:00
.gitignore Add build-worker container image 2024-08-18 21:57:16 +02:00
.sops.yaml crime: add backup 2024-11-13 17:07:46 +01:00
flake.lock flake.lock: Update 2024-12-23 04:20:19 +01:00
flake.nix hydra: add even more power 2024-11-24 21:14:44 +01:00
README.md Update repository url to woof.rip 2024-06-20 14:18:21 +02:00

emilys Nix Infra

Build Status

First deployment

remote hosts

$ nix run github:nix-community/nixos-anywhere -- --flake ".#<configuration>" root@<target-host>

desktops

$ nix --extra-experimental-features nix-command run github:nix-community/nixos-anywhere -- --flake "git+https://woof.rip/emily/nixfiles.git#<configuration>" --no-reboot --build-on-target root@127.0.0.1
$ nixos-enter
$ passwd <local-user>
reboot
$ git clone https://woof.rip/emily/nixfiles.git
$ colmena apply-local --sudo --node <node> 

Todo

  • tomate (router dus)
  • kartoffel
  • most services
  • brokkoli2 (router ams)
  • alucard
  • merge hetzner hosts

Structure

nixfiles
├── config              # NixOS configuration
│   ├── common          # configuration applyed to all hosts (some settings might be influenced by machine-type)
│   │   └── users       # user configuration
│   ├── hosts           # configuration for specific hosts
│   ├── profiles        # configuariotn for specific machine types
│   └── services        # common service configuration
├── lib                 # helper functions
├── modules             # NixOS modules
└── pkgs                # nixpkgs overlays