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