mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Add host "cirrus"
This commit is contained in:
parent
ce8d4e4208
commit
01428a1383
7 changed files with 131 additions and 0 deletions
12
hosts/cirrus/default.nix
Normal file
12
hosts/cirrus/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
system.stateVersion = "24.11";
|
||||
boot.loader.grub.enable = true;
|
||||
|
||||
myConfig = {
|
||||
sops.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue