Skip to content

Commit

Permalink
feat(palpatine): switch to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Jun 15, 2024
1 parent 2eb3b60 commit 77027d9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions hosts/palpatine/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
file
cifs-utils
samba
earthly
btop
];

services.gvfs.enable = true;
Expand Down Expand Up @@ -266,14 +268,9 @@

services.vscode-server.enable = true;

virtualisation.podman = {
enable = true;
dockerSocket.enable = true;
dockerCompat = true;
};

virtualisation.lxd.enable = true;
virtualisation.lxc.lxcfs.enable = true;
virtualisation.docker.enable = true;
virtualisation.lxd.enable = false;
virtualisation.lxc.lxcfs.enable = false;

# age.secrets.restic-b2-password.file = ../../secrets/vader.restic-b2-password.age;
# alexghr.b2-backup = {
Expand Down

0 comments on commit 77027d9

Please sign in to comment.