forked from emily/nixfiles
nix infra
01ccbeba55
Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/10c7c219b7dae5795fb67f465a0d86cbe29f25fa' (2024-05-27) → 'github:nix-community/home-manager/a9b36cbe9292a649222b89fdb9ae9907e9c74086' (2024-05-28) • Updated input 'nixos-hardware': 'github:nixos/nixos-hardware/9a20e17a73b052d6be912adcee220cb483477094' (2024-05-27) → 'github:nixos/nixos-hardware/806e9d4a933dd1e75592e88894d4bd2f296f5bbf' (2024-05-28) • Updated input 'nixvim': 'github:nix-community/nixvim/a2afa5634495ee739e682e5ccb743c5c6dd90ec1' (2024-05-27) → 'github:nix-community/nixvim/56d39f54fe11776ba83903ec077bffc7a7d0e638' (2024-05-28) • Updated input 'stylix': 'github:danth/stylix/00a11ba2f0b52f761c0bc77daebb00cb4d44ba09' (2024-05-26) → 'github:danth/stylix/5234b3d467aa803ad8d3fe898ef5673246045984' (2024-05-28) |
||
---|---|---|
config | ||
lib/shinyflakes | ||
modules | ||
pkgs | ||
secrets/services | ||
.gitignore | ||
.sops.yaml | ||
flake.lock | ||
flake.nix | ||
README.md |
emilys Nix Infra
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://git.bsd.gay/snaki/nixfiles.git#<configuration>" --no-reboot --build-on-target root@127.0.0.1
$ nixos-enter
$ passwd <local-user>
reboot
$ git clone https://git.bsd.gay/snaki/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