Restructured how the config is managed

This commit is contained in:
2025-05-05 22:05:32 +02:00
parent fa8f769068
commit 4ac3450ec5
7 changed files with 191 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
HOSTNAME ?= $(hostname)
all:
echo "No command provided"
switch:
sudo nixos-rebuild switch --flake ".#${HOSTNAME}"