I do not endorse nix in any way, I am simply an addict
Find a file
2026-06-04 14:40:42 +02:00
bakapa bakapa overhaul 2025-07-29 15:58:20 +02:00
boop boop: gamescope config - disabled for now 2026-05-21 07:54:59 +02:00
karp-zbox karp-zbox: prefer A1 wifi 2025-07-30 20:22:47 +02:00
kcloud-nix update nextcloud to 33 2026-06-04 14:40:42 +02:00
moo moo/root: add jq to environment 2025-10-01 20:36:48 +02:00
secrets rekey secrets for harald 2025-12-09 08:56:27 +01:00
.envrc yes yes this is definitely the first commit :) 2024-01-10 16:25:50 +01:00
.gitignore .gitignore: add emacs tmpfiles 2026-02-19 10:14:53 +01:00
common.nix use tailscale from unstable 2025-09-02 18:11:51 +02:00
const.nix add ssh key for harald 2025-12-09 08:53:04 +01:00
flake.lock update to nixos 26.05 2026-06-04 13:57:00 +02:00
flake.nix update to nixos 26.05 2026-06-04 13:57:00 +02:00
README.md yes yes this is definitely the first commit :) 2024-01-10 16:25:50 +01:00

serverConfig

here be built the server config for le karp a door.

initial setup

unfortunately because I'm probably migrating to an ARM server, that complicates some things. basically, in order to get the checks against the config to work, the local system needs some way to build aarch64-linux packages.

the simplest way on NixOS is to set boot.binfmt.emulatedSystems = [ "aarch64-linux" ];.

alternatively, a remote builder can be configured via nix.buildMachines.

or go crazy and comment out the checks = … line in flake.nix.

run a deploy

with direnv, it should be enough to deploy . in the root of this repo. (requires a valid ssh key for root on the server atm.)

and yes, deploy-rs will be compiled. I am sorry.