Fixed docker configuration

This commit is contained in:
Emmet 2023-07-10 21:24:25 -05:00
parent 0ebbf9c52d
commit 81dcd82a74
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
../../system/security/doas.nix
../../system/security/gpg.nix
../../system/security/sshd.nix
( import ../../system/app/docker.nix ( args {storageDriver = "btrfs";} ) )
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit username pkgs config lib;} )
];
# Fix nix path