mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
materusPC: Init new config
This commit is contained in:
+15
@@ -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}
|
||||
Reference in New Issue
Block a user