mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Add host "proxima"
This commit is contained in:
parent
a967af30cf
commit
be2783a09b
7 changed files with 179 additions and 0 deletions
18
hosts/proxima/default.nix
Normal file
18
hosts/proxima/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
./hardware
|
||||
];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
myConfig = {
|
||||
sops.enable = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
exitNode.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue