mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: missed a }; and added one somewhere else which caused some hosts to disappear
This commit is contained in:
parent
a982148ad2
commit
4eba641d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,7 @@
|
|||
agenix.nixosModules.default
|
||||
];
|
||||
specialArgs = { host="yoshino"; inherit self inputs username ; };
|
||||
};
|
||||
ichiyo = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
@ -93,5 +94,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue