Docker+Tux: Add docker support
This commit is contained in:
9
modules/hosts/tux/devtools.nix
Normal file
9
modules/hosts/tux/devtools.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, ... }: {
|
||||
flake.modules.nixos.tux = {
|
||||
imports = with inputs.self.modules.nixos;
|
||||
with inputs.self.factory; [
|
||||
development-tools
|
||||
docker
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user