added syncthing
This commit is contained in:
parent
cce6a213aa
commit
fe43be7e3b
7 changed files with 69 additions and 5 deletions
9
hosts/Anton/docker.nix.save
Normal file
9
hosts/Anton/docker.nix.save
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue