Files
.github
.vscode
docs
hydra
keys
lib
modules
opt
default.nix
k3s-agent.nix
k3s-common.nix
k3s-server.nix
microvm-host.nix
autopull.nix
base.nix
boot.nix
docker.nix
endlessh.nix
fail2ban.nix
generators.nix
kub_net.nix
libs.nix
locale.nix
nix.nix
openssh.nix
pam-fingerprint-swap.nix
plocate.nix
programs.nix
update.nix
systems
users
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/modules/opt/k3s-server.nix
2024-08-06 20:03:52 -04:00

7 lines
80 B
Nix

{ ... }:
{
imports = [ ./k3s-common.nix ];
services.k3s.role = "server";
}