2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-03-13 23:34:25 +01:00
2024-01-09 10:12:24 +01:00
2023-12-28 16:23:44 +01:00
2024-01-20 12:54:01 +01:00
2024-01-03 18:34:33 +01:00
2023-12-17 01:05:34 +01:00
2024-01-15 10:06:10 +01:00
2023-12-25 00:10:00 +01:00
2023-04-23 14:27:27 +02:00

Felixalbs nixos config

Contains configurations for some nixos servers, some nixos desktops and a nix-darwin host. Secrets are managed with sops-nix.

Build:

  • Build locally on another machine:
nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.sarek.config.system.build.toplevel"

(replace "sarek" 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
Description
My configuration/dotfiles, containing every host and every service in my nixos network.
Readme 978 KiB
Languages
Nix 78.8%
Shell 21.2%