Compare commits
3 commits
e8f0200a7a
...
1f79ed5a02
Author | SHA1 | Date | |
---|---|---|---|
|
1f79ed5a02 | ||
|
25218cc404 | ||
|
c88b1e03be |
2 changed files with 0 additions and 19 deletions
17
flake.nix
17
flake.nix
|
@ -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 = [
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue