guixsd-config

GuixSD configs for my systems
Log | Files | Refs

deploy.scm (378B)


      1 (list (machine
      2 	(operating-system (load "systems/saklas.scm"))
      3 	(environment managed-host-environment-type)
      4 	(configuration (machine-ssh-configuration
      5 			 (host-name "saklas.epistemia")
      6 			 (system "x86_64-linux")
      7 			 (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINmdSO3VpL2Y18LV74dikABLEN2hE/abSlyoaiNn5kiR")
      8 			 (identity "/data/ssh/id_ed25519")
      9 			 (safety-checks? #f)))))