From f7132927208e730e382d7725f83b2046e0e628f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 22 Jul 2022 13:49:47 +0200 Subject: nixos/machine/dean: add openocd and sterm and fix swap --- nixos/machine/dean.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/machine/dean.nix b/nixos/machine/dean.nix index 3f449e3..b34bb0b 100644 --- a/nixos/machine/dean.nix +++ b/nixos/machine/dean.nix @@ -31,10 +31,15 @@ with lib; dhcpcd.allowInterfaces = [ "brlan" ]; }; - swapDevices.swapfile = { + swapDevices = [{ device = "/var/swap"; priority = 1; - }; + }]; + + environment.systemPackages = with pkgs; [ + openocd + sterm + ]; }; -- cgit v1.2.3