Switch to Niri WM
This commit is contained in:
parent
b89a6b83f0
commit
c8f81f4190
15 changed files with 1196 additions and 443 deletions
|
@ -35,8 +35,6 @@
|
|||
# Install some packages.
|
||||
environment.systemPackages = with pkgs; [
|
||||
mergerfs
|
||||
ansible
|
||||
(python3.withPackages (ps: [ps.ansible ps.pip ps.requests]))
|
||||
];
|
||||
|
||||
# MergerFS.
|
||||
|
@ -50,7 +48,6 @@
|
|||
# Media group.
|
||||
users.groups.media = {
|
||||
gid = 1800;
|
||||
members = ["fern"];
|
||||
};
|
||||
|
||||
users.users.fern.extraGroups = ["media"];
|
||||
}
|
||||
|
|
|
@ -38,29 +38,4 @@ with lib; {
|
|||
"dmask=0077"
|
||||
];
|
||||
};
|
||||
|
||||
# Share Music dir.
|
||||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
global = {
|
||||
"workgroup" = "FLOCK";
|
||||
"server string" = "muskduck";
|
||||
"netbios name" = "muskduck";
|
||||
"security" = "user";
|
||||
};
|
||||
"Music" = {
|
||||
"path" = "/home/fern/Music";
|
||||
"browseable" = "yes";
|
||||
"read only" = "yes";
|
||||
"guest ok" = "no";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.samba-wsdd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue