Archived
0
0
Fork 0

switch to podman instead

This commit is contained in:
Daryl Ronningen 2023-01-04 00:57:17 -08:00
parent 2dff1f5da7
commit 8a9d0fb95b
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
4 changed files with 6 additions and 5 deletions

View file

@ -1,3 +0,0 @@
{...}: {
virtualisation.docker.enable = true;
}

4
common/dev/podman.nix Normal file
View file

@ -0,0 +1,4 @@
{...}: {
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
}

View file

@ -2,7 +2,7 @@
users.users.relms = { users.users.relms = {
isNormalUser = true; isNormalUser = true;
description = "Daryl Ronningen"; description = "Daryl Ronningen";
extraGroups = ["networkmanager" "wheel" "docker" "adbusers"]; extraGroups = ["networkmanager" "wheel" "adbusers"];
shell = pkgs.fish; shell = pkgs.fish;
hashedPassword = "$y$j9T$fiNCczxfgXQRoDCYlRlgy.$8GVAPknKhtp0kq6g9YnJCaAU1GxE9W9puogCXLLYD2/"; hashedPassword = "$y$j9T$fiNCczxfgXQRoDCYlRlgy.$8GVAPknKhtp0kq6g9YnJCaAU1GxE9W9puogCXLLYD2/";
}; };

View file

@ -57,7 +57,7 @@
./devices/common.nix ./devices/common.nix
]; ];
dev = [ dev = [
./common/dev/docker.nix ./common/dev/podman.nix
]; ];
desktops = { desktops = {
common = [ common = [