mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
virt and smb fix
This commit is contained in:
parent
0e88e9471e
commit
b3b1e4d07e
2 changed files with 1 additions and 2 deletions
|
|
@ -163,7 +163,6 @@
|
||||||
manix
|
manix
|
||||||
nh
|
nh
|
||||||
qemu
|
qemu
|
||||||
virt-install
|
|
||||||
virt-manager
|
virt-manager
|
||||||
usbutils
|
usbutils
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
services.samba = {
|
services.samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
shares = {
|
settings = {
|
||||||
Media = {
|
Media = {
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue