mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Add new host "cumulus"
This commit is contained in:
parent
4654dcc27c
commit
ab97c76985
6 changed files with 132 additions and 0 deletions
13
hosts/cumulus/default.nix
Normal file
13
hosts/cumulus/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_: {
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
custom = {
|
||||
sops.enable = true;
|
||||
boot.loader.grub.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue