Automatically set hostname

This commit is contained in:
Pim Kunis 2024-12-01 17:03:08 +01:00
parent da18e8a3bb
commit a4b8cd941d
7 changed files with 1 additions and 6 deletions

View file

@ -5,7 +5,6 @@
}: {
config = {
facter.reportPath = ./facter.json;
networking.hostName = "lewis";
system.stateVersion = "23.05";
users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels;