From 589614cb6d7c02115e5b812ab18f88cd10c7256a Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 15 Apr 2022 11:24:49 -0400 Subject: [PATCH] add pneuma Signed-off-by: Xe --- hosts/pneuma/default.nix | 11 +++++++++++ hosts/pneuma/motd | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100755 hosts/pneuma/default.nix create mode 100644 hosts/pneuma/motd 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