mucbot: move out of skyflake

This commit is contained in:
Sandro - 2023-11-10 23:49:10 +01:00
parent e354d1da4c
commit 7dbf791c76
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 7 additions and 6 deletions

View File

@ -501,13 +501,12 @@
modules = [
"${tigger}/module.nix"
{
_module.args = { inherit tigger; };
# TODO: migrate to sops
nixpkgs.overlays = [ secrets.overlays.mucbot ];
}
./hosts/mucbot
self.nixosModules.cluster-options
self.nixosModules.microvm
];
};

View File

@ -1,10 +1,12 @@
{ pkgs, ... }:
{
deployment = {
# needs to keep just its ssh key for sops-nix
persistedShares = [ "/etc" "/var" ];
};
c3d2.deployment.server = "server10";
# deployment = {
# # needs to keep just its ssh key for sops-nix
# persistedShares = [ "/etc" "/var" ];
# };
networking.hostName = "mucbot";