Desktop : Disable containers.

This commit is contained in:
Dmitry Voronin 2024-06-12 05:58:34 +03:00
parent b0042d9ce0
commit 620da6ccc1
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,6 @@
{ ... }: {
imports = [
./Container.nix
# ./Container.nix
./Filesystem.nix
];
}