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

• Updated input 'home-manager':
    'github:nix-community/home-manager/1395379a7a36e40f2a76e7b9936cc52950baa1be' (2024-12-19)
  → 'github:nix-community/home-manager/51160a097a850839b7eae7ef08d0d3e7e353dfc3' (2024-12-21)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d3c42f187194c26d9f0309a8ecc469d6c878ce33' (2024-12-17)
  → 'github:nixos/nixpkgs/d70bd19e0a38ad4790d3913bf08fcbfc9eeca507' (2024-12-19)
• Updated input 'nixvim':
    'github:nix-community/nixvim/354fc0f288e045594e2e30da7ff95189d3545a9a' (2024-12-20)
  → 'github:nix-community/nixvim/6a4b4221c4ebf1140f73f8df769e97f1828d90fa' (2024-12-21)
• Updated input 'nixvim/treefmt-nix':
    'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085' (2024-12-09)
  → 'github:numtide/treefmt-nix/65712f5af67234dad91a5a4baee986a8b62dbf8f' (2024-12-20)
• Updated input 'stylix':
    'github:danth/stylix/a2d66f25478103ac9b4adc6d6713794f7005221e' (2024-12-18)
  → 'github:danth/stylix/4f489c63932f014be856475154bf342f8a40f5ff' (2024-12-21)
2024-12-22 04:20:47 +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-22 04:20:47 +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