Update files

This commit is contained in:
2026-03-21 17:25:14 +00:00
parent 345f498212
commit f89861cad7
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@
./programs.nix
./fonts.nix
./hardware.nix
./virtualization.nix
./virtualisation.nix
];
}

View File

@@ -1,7 +1,7 @@
{ ... }:
{
virtualization = {
virtualisation = {
docker.enable = true;
};
}