restructure system configuration

This commit is contained in:
ooks-io 2024-01-15 22:12:53 +13:00
parent 8f58a79fe2
commit e65c6bc159
27 changed files with 143 additions and 44 deletions

View file

@ -36,6 +36,12 @@
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
};
nh = {
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -64,7 +70,7 @@
nixosConfigurations = {
# T480s
ookst480s = lib.nixosSystem {
modules = [ ./hosts/ookst480s/ookst480s.nix ];
modules = [ ./hosts/ookst480s ];
specialArgs = { inherit inputs outputs; };
};
};