mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 06:54:25 +01:00
Rename host proxima to stratus
This commit is contained in:
parent
f0295cd9e1
commit
2b03c5232e
12 changed files with 38 additions and 38 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue