This website requires JavaScript.
Explore
Help
Sign In
walkah
/
athens
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
Projects
Releases
Wiki
Activity
Files
c9a1d8b0962103545c877500e93c674263a3e49a
athens
/
nix
/
modules
/
k3s
/
server.nix
T
8 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
✨
add k3s
2025-03-08 17:50:32 -05:00
{
imports
=
[
./common.nix
];
services
.
k3s
=
{
role
=
"server"
;
clusterInit
=
true
;
};
}
Reference in New Issue
Copy Permalink