From 7da425ef7aea5c564dd542f730877f0a1f872078 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 30 Apr 2024 13:55:21 +0200 Subject: [PATCH 1/2] add teminal --- systems/pi400/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/pi400/default.nix b/systems/pi400/default.nix index 3761024..cd0f229 100644 --- a/systems/pi400/default.nix +++ b/systems/pi400/default.nix @@ -80,5 +80,7 @@ slurp # screenshot functionality wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout mako # notification system developed by swaywm maintainer + kitty + firefox-devedition ]; } From 8ce64d2b8435c8e4350a1cae143975b89b7fc023 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 30 Apr 2024 14:05:13 +0200 Subject: [PATCH 2/2] add auto updates --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.nix b/common.nix index 425ce17..02c503e 100644 --- a/common.nix +++ b/common.nix @@ -74,6 +74,12 @@ systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000; + system.autoUpgrade = { + enable = true; + dates = "minutely"; + flake = "git+https://git.missing.ninja/lf3/server-conf.git"; + }; + networking.hosts = { }; hardware.bluetooth.enable = true;