materusPC: Init new config

This commit is contained in:
2026-02-08 10:52:41 +01:00
parent e31a724c4b
commit bd10321f19
30 changed files with 5728 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
let
flake-compatish = import (
builtins.fetchTree {
type = "github";
owner = "lillecarl";
repo = "flake-compatish";
ref = "main";
}
);
flake = flake-compatish ./.;
in
flake.impure
# sudo -i nixos-rebuild switch --file . --attr nixosConfigurations.${HOSTNAME}