hydra: fix jobs
This commit is contained in:
parent
a119ae47f0
commit
b4c7b1762b
@ -61,7 +61,7 @@
|
||||
);
|
||||
hydraJobs = {
|
||||
"steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
"desktop" = nixosConfigurations.steamdeck.config.system.build.toplevel;
|
||||
"desktop" = nixosConfigurations.desktop.config.system.build.toplevel;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
dns = [
|
||||
"1.1.1.1"
|
||||
"192.168.101.1"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user