Add docker-compose
This commit is contained in:
parent
2fbf5b1ef5
commit
83c1a08fbb
2 changed files with 4 additions and 1 deletions
|
@ -41,5 +41,6 @@
|
|||
"tailscaled-autoconnect.service"
|
||||
];
|
||||
};
|
||||
|
||||
services.tailscale.authKeyFile = "/run/secrets/tailscale_keys/framework-server";
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableOnBoot = true;
|
||||
|
@ -7,4 +7,6 @@
|
|||
storageDriver = "btrfs";
|
||||
liveRestore = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ docker-compose ];
|
||||
|
||||
}
|
Loading…
Reference in a new issue