mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
13 lines
226 B
Nix
13 lines
226 B
Nix
{
|
|
system.stateVersion = "24.11";
|
|
|
|
myConfig = {
|
|
boot.loader.systemdBoot.enable = true;
|
|
sops.enable = true;
|
|
tailscale = {
|
|
enable = true;
|
|
ssh.enable = true;
|
|
exitNode.enable = true;
|
|
};
|
|
};
|
|
}
|