This commit is contained in:
Henri Dohmen 2025-07-14 23:09:22 +02:00
parent 5dc9a063b4
commit d2d89d7047
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,15 @@
{ ... }:
{
networking.hostName = "solo";
networking = {
hostName = "solo";
useDHCP = false;
interfaces.enp4s0.useDHCP = true;
firewall = {
enable = true;
};
};
age.identityPaths = [
"/root/.ssh/id_ed25519"
@ -19,13 +28,6 @@
hd.desktop.enable = true;
networking.useDHCP = false;
networking.interfaces.enp4s0.useDHCP = true;
networking.firewall = {
enable = true;
};
# ====== DON'T CHANGE ======
system.stateVersion = "25.05";
}