From 1064bda3dd2e74dfb665e7298452a5e62b743224 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Sun, 5 Apr 2026 16:46:29 +0200 Subject: [PATCH] Fix on os.nix --- hosts/nixos/system/os.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/nixos/system/os.nix b/hosts/nixos/system/os.nix index e6827f8..b205f90 100755 --- a/hosts/nixos/system/os.nix +++ b/hosts/nixos/system/os.nix @@ -26,9 +26,6 @@ os.virtualisation.cuda.enable = true; os.virtualisation.podman.enable = true; - # Flatpak - os.flatpak.apps.enable = true; - # Ssh programs.ssh.enableAskPassword = false; # No-window git push fix