From 006eb27fa7cf7c046006c8b95c477c710b10f785 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 26 Feb 2025 20:51:08 -0500 Subject: [PATCH] Add podman --- nixos/machines/crash/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index cf64b00..0d59ba0 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -159,8 +159,19 @@ iptsd surface-control wl-clipboard + # Podman + podman-desktop + podman-compose ]; + virtualisation.podman = {enable = true;}; + + # Enable sway + programs.sway = { + enable = true; + package = pkgs.swayfx; + }; + # We need to use a fork of iptsd for the LiftTimeout option # https://github.com/linux-surface/iptsd/issues/166#issuecomment-2391567615 nixpkgs.overlays = let