all repos — nixfiles @ 11b85ddd708200a18225172ec9af35525e4fe518

System and user configuration, managed by nix and home-manager

marvin: set hostname values

Alan Pearce
commit

11b85ddd708200a18225172ec9af35525e4fe518

parent

935dcd1a332ce20f10ffe5aecc0152e9f2491058

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M system/hosts/marvin.nixsystem/hosts/marvin.nix
@@ -20,6 +20,11 @@
system.primaryUser = "alan"; system.primaryUserHome = "/Users/alan"; + networking = { + hostName = "marvin"; + localHostName = "Paranoid-Android"; + }; + services.caddy = { user = "root"; group = "wheel";