switch to podman instead
This commit is contained in:
parent
2dff1f5da7
commit
8a9d0fb95b
4 changed files with 6 additions and 5 deletions
|
@ -1,3 +0,0 @@
|
|||
{...}: {
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
4
common/dev/podman.nix
Normal file
4
common/dev/podman.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{...}: {
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.dockerCompat = true;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
users.users.relms = {
|
||||
isNormalUser = true;
|
||||
description = "Daryl Ronningen";
|
||||
extraGroups = ["networkmanager" "wheel" "docker" "adbusers"];
|
||||
extraGroups = ["networkmanager" "wheel" "adbusers"];
|
||||
shell = pkgs.fish;
|
||||
hashedPassword = "$y$j9T$fiNCczxfgXQRoDCYlRlgy.$8GVAPknKhtp0kq6g9YnJCaAU1GxE9W9puogCXLLYD2/";
|
||||
};
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
./devices/common.nix
|
||||
];
|
||||
dev = [
|
||||
./common/dev/docker.nix
|
||||
./common/dev/podman.nix
|
||||
];
|
||||
desktops = {
|
||||
common = [
|
||||
|
|
Reference in a new issue