formatting
This commit is contained in:
@@ -4,12 +4,9 @@
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
home-manager.sharedModules = [
|
||||
inputs.self.modules.homeManager.docker
|
||||
home-manager.sharedModules = with inputs.self.modules.homeManager; [
|
||||
docker
|
||||
];
|
||||
# users.users.john = {
|
||||
# extraGroups = [ "docker" ];
|
||||
# };
|
||||
};
|
||||
|
||||
flake.modules.homeManager.docker = { config, lib, pkgs, ... }:
|
||||
|
||||
Reference in New Issue
Block a user