commit c619ec4f2dd7bc131720328b2d681645deeffc44 (tree) parent 7076fff3c09f108eb2f788cb36cddaa4893a7811 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Thu, 26 Sep 2024 15:31:44 +0300 vno1-gdrx: +tilemaker Diffstat:
| M | hosts/vno1-gdrx/configuration.nix | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix @@ -174,7 +174,10 @@ in }; }; - environment.systemPackages = with pkgs; [ thunderbird ]; + environment.systemPackages = with pkgs; [ + thunderbird + tilemaker + ]; networking = { hostName = "vno1-gdrx";