mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
hosts/ni: update for virtualization usage
This commit is contained in:
parent
07156ac9dd
commit
119fe3e4a8
@ -78,6 +78,13 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Cross-platform filesystem networking.
|
||||||
|
services.samba = {
|
||||||
|
enable = true;
|
||||||
|
nmbd.enable = true;
|
||||||
|
nsswins = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Set resolved for DNS resolutions.
|
# Set resolved for DNS resolutions.
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -21,6 +21,9 @@ in
|
|||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow USB redirections to machines.
|
||||||
|
virtualisation.spiceUSBRedirection.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# Replace container runtime to Docker.
|
# Replace container runtime to Docker.
|
||||||
virtualisation.podman.enable = lib.mkForce false;
|
virtualisation.podman.enable = lib.mkForce false;
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
Loading…
Reference in New Issue
Block a user