mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 02:06:32 +05:30
feat(virtualisation): setup modules
This commit is contained in:
@@ -11,9 +11,19 @@
|
||||
imports = with config.flake.modules.nixos; [
|
||||
networking
|
||||
desktop
|
||||
virtualisation
|
||||
];
|
||||
|
||||
tnix.services.openssh.enable = true;
|
||||
tnix = {
|
||||
services.openssh.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
docker.nvidia.enable = true;
|
||||
qemu.enable = true;
|
||||
waydroid.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
sops.secrets.tux-password = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
|
||||
Reference in New Issue
Block a user