My configuration/dotfiles, containing every host and every service in my nixos network.
Go to file
Felix Albrigtsen 61ae9b1c22 voyager: adjust gitea 2023-06-29 23:31:55 +02:00
common Add libvirt, fix grafana uids 2023-04-16 20:30:31 +02:00
home/felixalb Add new redshirt 2023-05-26 12:31:26 +02:00
hosts voyager: adjust gitea 2023-06-29 23:31:55 +02:00
secrets/voyager New oauth2 secrets 2023-06-09 00:22:31 +02:00
.gitignore Add hedgedoc + kanidm 2023-04-22 16:49:04 +02:00
.sops.yaml Fix hedgedoc oauth, update flake, update sops 2023-04-26 23:40:18 +02:00
README.md Initial config framework 2023-01-20 20:21:16 +01:00
base.nix Update to nixos 23.05 2023-06-07 21:10:31 +02:00
flake.lock Update flake 2023-06-26 20:30:57 +02:00
flake.nix Update to nixos 23.05 2023-06-07 21:10:31 +02:00
shell.nix Start adding sops secrets 2023-04-23 14:27:27 +02:00

README.md

Work In Progress!

Notice, these things might be missing:

  • Functionality
  • Style
  • Safety

Build:

  • Build locally on another machine (verify)
nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.chapel.config.system.build.toplevel"

(replace "chapel" with the hostname)

  • Build, install and switch on the actual target
nixos-rebuild switch --update-input nixpkgs --update-input unstable --no-write-lock-file --refresh --flake github+felixalbrigtsen/nixos-server-conf.git --upgrade