parent
26864f21ad
commit
589614cb6d
|
@ -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";
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
[0m [1;32m█████[0m
|
||||||
|
[1;32m███████[0m
|
||||||
|
[1;32m███████[0m
|
||||||
|
[1;32m█████[0m
|
||||||
|
[1;32m█████[0m
|
||||||
|
[1;32m█████[0m
|
||||||
|
[1;32m█████[0m
|
||||||
|
[1;32miustorum autem semita quasi lux splendens[0m
|
||||||
|
[1;32mprocedit et crescit usque ad perfectam diem[0m
|
||||||
|
[1;32m--[0m [1;32mProverbs 4:18[0m
|
Loading…
Reference in New Issue