mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
Add docker
This commit is contained in:
parent
5d90060f4e
commit
84d7acd393
1 changed files with 6 additions and 0 deletions
|
@ -84,4 +84,10 @@
|
|||
|
||||
# https://github.com/NixOS/nixpkgs/blob/c32c39d6f3b1fe6514598fa40ad2cf9ce22c3fb7/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix#L66
|
||||
boot.loader.systemd-boot.editor = false;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
package = pkgs.padman;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue