Compare commits

...

3 commits

Author SHA1 Message Date
Théo Barnouin
1f79ed5a02 Fix initialPassword error
All checks were successful
/ Build Nix targets (push) Successful in 2m26s
2024-11-28 11:50:53 +01:00
Théo Barnouin
25218cc404 Solve initalPassword error 2024-11-28 11:39:31 +01:00
Théo Barnouin
c88b1e03be Solve initalPassword error 2024-11-28 11:16:20 +01:00
2 changed files with 0 additions and 19 deletions

View file

@ -70,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

@ -28,7 +28,6 @@
options = "--delete-older-than 7d";
};
age.secrets.initialPassword.file = ./secrets/initialPassword.age;
security.sudo.wheelNeedsPassword = false;
users = {
users.tbarnouin = {
@ -39,7 +38,6 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAxccGxdfOFXeEClqz3ULl94ubzaJnk4pUus+ek18G0B tbarnouin@nixos"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICf1B0nxNMvPWSR9pStdtx2x6Iw+JUeCCt1CKWoD8dsr"
];
initialPassword = config.age.initialPassword.path;
};
users.root = {
openssh.authorizedKeys.keys = [