diff --git a/hosts/pneuma/default.nix b/hosts/pneuma/default.nix new file mode 100755 index 0000000..d3d6b78 --- /dev/null +++ b/hosts/pneuma/default.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: + +{ + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + virtualisation.docker.enable = true; + users.motd = builtins.readFile ./motd; + services.tailscale.port = 15430; + + networking.hostName = "pneuma"; + networking.hostId = "34fbd94b"; +} diff --git a/hosts/pneuma/motd b/hosts/pneuma/motd new file mode 100644 index 0000000..ddb4d38 --- /dev/null +++ b/hosts/pneuma/motd @@ -0,0 +1,10 @@ + █████ +███████ +███████ + █████ + █████ + █████ + █████ +iustorum autem semita quasi lux splendens +procedit et crescit usque ad perfectam diem + -- Proverbs 4:18 \ No newline at end of file