Working config (until now)

This commit is contained in:
2025-05-05 21:53:36 +02:00
parent 516d786c1b
commit fa8f769068
16 changed files with 297 additions and 69 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
HOSTNAME ?= $(hostname)
switch:
sudo nixos-rebuild switch --flake ".#${HOSTNAME}"
test:
sudo nixos-rebuild test --flake ".#${HOSTNAME}"