From 5c71098225dcbf81465ba10236dd92efaf874a7e Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Tue, 2 May 2023 05:09:50 +0300 Subject: [PATCH] Hiontaa --- nixos/leena/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/leena/configuration.nix b/nixos/leena/configuration.nix index b1d8491..2bf4c65 100644 --- a/nixos/leena/configuration.nix +++ b/nixos/leena/configuration.nix @@ -52,14 +52,16 @@ rustup rust-analyzer cargo-cross + gcc #appimage-run - steam-run-native + steam-run-native ]; }; environment.systemPackages = with pkgs; [ wget git emacs + sqlite nano parted unrar @@ -69,7 +71,6 @@ python3 ]; services.openssh.enable = true; - services.cloudflare-dyndns = { enable = true; domains = [ "leena.jakest.us" ];