Fix server config
This commit is contained in:
parent
75292c920c
commit
14b1bb6b0d
2 changed files with 21 additions and 40 deletions
|
|
@ -70,7 +70,7 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = (dashielib.build_systems [ "marmo" "overheating" "spaceship" ]) // {
|
||||
server = {
|
||||
server = inputs.stable.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs; pkgs = stable;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue