refactor(ookst480s): change to new host structure
This commit is contained in:
parent
8f67be9e68
commit
e896aa25f5
2 changed files with 23 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue