Rename host proxima to stratus

This commit is contained in:
SebastianStork 2024-08-29 21:45:47 +02:00
parent f0295cd9e1
commit 2b03c5232e
12 changed files with 38 additions and 38 deletions

View file

@ -1,21 +0,0 @@
{
imports = [
../common.nix
./hardware.nix
./disko.nix
./containers/nextcloud
];
system.stateVersion = "24.05";
myConfig = {
sops.enable = true;
boot.loader.systemd-boot.enable = true;
tailscale = {
enable = true;
ssh.enable = true;
exitNode.enable = true;
};
};
}