refactor(ookst480s): change to new host structure

This commit is contained in:
ooks-io 2024-05-14 21:07:37 +12:00
parent 8f67be9e68
commit e896aa25f5
2 changed files with 23 additions and 13 deletions

View file

@ -121,8 +121,11 @@
nixosConfigurations = {
# T480s
ookst480s = lib.nixosSystem {
modules = [ ./system/hosts/ookst480s ];
specialArgs = { inherit inputs outputs; };
modules = [
./system/hosts/ookst480s
hm
];
specialArgs = { inherit inputs outputs self; };
};
# Main Desktop
ooksdesk = lib.nixosSystem {