Add host "cirrus"

This commit is contained in:
SebastianStork 2025-05-03 20:43:03 +02:00
parent ce8d4e4208
commit 01428a1383
7 changed files with 131 additions and 0 deletions

12
hosts/cirrus/default.nix Normal file
View file

@ -0,0 +1,12 @@
_: {
system.stateVersion = "24.11";
boot.loader.grub.enable = true;
myConfig = {
sops.enable = true;
tailscale = {
enable = true;
ssh.enable = true;
};
};
}