This commit is contained in:
parent
abce966b76
commit
dd0374ee37
16 changed files with 386 additions and 54 deletions
|
|
@ -22,7 +22,7 @@
|
|||
docker-compose
|
||||
tmux
|
||||
];
|
||||
system-net.openssh.ports = [2022];
|
||||
machine.net.openssh.ports = [2022];
|
||||
systemd.services.k3s = {
|
||||
preStart = ''
|
||||
until ${pkgs.tailscale}/bin/tailscale status; do
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
system-sys = {
|
||||
machine.sys = {
|
||||
zram = false;
|
||||
swapSize = 16;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue