Fix initialPassword error
All checks were successful
/ Build Nix targets (push) Successful in 2m26s

This commit is contained in:
Théo Barnouin 2024-11-28 11:50:53 +01:00
parent 25218cc404
commit 1f79ed5a02
2 changed files with 0 additions and 21 deletions

View file

@ -57,9 +57,6 @@
inherit system;
modules = [
agenix.nixosModules.default
{
age.secrets.initialPassword.file = ./secrets/initialPassword.age;
}
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
"${inputs.self}/services"
{
@ -73,23 +70,6 @@
}
];
};
forgejo-runner = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
agenix.nixosModules.default
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
"${inputs.self}/services"
{
networking.hostName = "forgejo-runner";
services.vm_forgejo = {
enable = true;
};
services.lxc = {
enable = true;
};
}
];
};
jellyfin = nixpkgs.lib.nixosSystem {
inherit system;
modules = [

View file

@ -38,7 +38,6 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAxccGxdfOFXeEClqz3ULl94ubzaJnk4pUus+ek18G0B tbarnouin@nixos"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICf1B0nxNMvPWSR9pStdtx2x6Iw+JUeCCt1CKWoD8dsr"
];
initialPassword = config.age.initialPassword.path;
};
users.root = {
openssh.authorizedKeys.keys = [