mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: reisen containers
This commit is contained in:
parent
df7b0595a3
commit
c725df2591
16 changed files with 238 additions and 64 deletions
10
nixos/reisen-ct/proxmox.nix
Normal file
10
nixos/reisen-ct/proxmox.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
||||
];
|
||||
|
||||
services.getty.autologinUser = "root";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue