This commit is contained in:
parent
f7cc6dab30
commit
1943a3c679
4 changed files with 23 additions and 6 deletions
|
|
@ -23,6 +23,13 @@
|
|||
tmux
|
||||
];
|
||||
system-net.openssh.ports = [2022];
|
||||
systemd.services.k3s = {
|
||||
preStart = ''
|
||||
until ${pkgs.tailscale}/bin/tailscale status; do
|
||||
sleep 1
|
||||
done
|
||||
'';
|
||||
};
|
||||
services = {
|
||||
zfs.autoScrub.enable = true;
|
||||
zfs.autoSnapshot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue