feat: enable docker on walrus
This commit is contained in:
@@ -23,7 +23,7 @@ in
|
||||
inherit nixpkgs-unstable;
|
||||
hostname = "nixosWalrus";
|
||||
stateVersion = "24.11";
|
||||
withDocker = false;
|
||||
withDocker = true;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user