+welcomeText
This commit is contained in:
parent
f48f2d3910
commit
36488b514e
15
flake.nix
15
flake.nix
@ -33,6 +33,21 @@
|
|||||||
description = ''
|
description = ''
|
||||||
NIXOS Vserver - basic vserver with traefik and podman to be run on a vps.
|
NIXOS Vserver - basic vserver with traefik and podman to be run on a vps.
|
||||||
'';
|
'';
|
||||||
|
welcomeText = ''
|
||||||
|
## Next steps
|
||||||
|
|
||||||
|
1. Move hosts/HOSTNAME to hosts/your-hostname with
|
||||||
|
|
||||||
|
`mv hosts/__HOSTNAME__ hosts/your-hostname`
|
||||||
|
|
||||||
|
2. Change the hostname in your 2. Edit configuration.nix
|
||||||
|
|
||||||
|
`networking.hostName = "__HOSTNAME__"; # CHANGE ME.`
|
||||||
|
|
||||||
|
`networking.hostId = ""; # CHANGE ME`
|
||||||
|
|
||||||
|
You can generate a random hostId with openssl rand -hex 4
|
||||||
|
'';
|
||||||
path = ./nixos/vps;
|
path = ./nixos/vps;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user