mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
12 lines
190 B
Nix
12 lines
190 B
Nix
_: {
|
|
system.stateVersion = "24.11";
|
|
boot.loader.grub.enable = true;
|
|
|
|
myConfig = {
|
|
sops.enable = true;
|
|
tailscale = {
|
|
enable = true;
|
|
ssh.enable = true;
|
|
};
|
|
};
|
|
}
|