nixos-config/default.nix

16 lines
299 B
Nix
Raw Normal View History

2026-02-08 10:52:41 +01:00
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}