add virtualisation

This commit is contained in:
Osman Faruk Bayram 2025-09-09 12:00:34 +03:00
parent b28022c796
commit 849bccd66c
3 changed files with 4 additions and 4 deletions

View file

@ -56,8 +56,4 @@
EDITOR = "nvim";
VISUAL = "nvim";
};
virtualisation.docker.enable = true;
# Enable the OpenSSH daemon.
}

View file

@ -19,6 +19,7 @@
./security.nix
./sound.nix
./users.nix
./virtualisation.nix
./wake-on-lan.nix
./getty.nix
];

View file

@ -0,0 +1,3 @@
{
virtualisation.docker.enable = true;
}