nix-config/modules/nix/isolation/default.nix
smayzy 91240b2a50
All checks were successful
nixos config pipeline / show-flake (push) Successful in 39s
nixos config pipeline / deploy (push) Successful in 7s
add firejail
2025-08-12 18:40:56 +02:00

7 lines
51 B
Nix

{ ... }:
{
imports = [
./firejail.nix
];
}