Fix server config

This commit is contained in:
DashieTM 2024-08-04 15:12:59 +02:00
parent 75292c920c
commit 14b1bb6b0d
2 changed files with 21 additions and 40 deletions

View file

@ -70,7 +70,7 @@
in
{
nixosConfigurations = (dashielib.build_systems [ "marmo" "overheating" "spaceship" ]) // {
server = {
server = inputs.stable.lib.nixosSystem {
specialArgs = {
inherit inputs; pkgs = stable;
};