media server stuff
This commit is contained in:
parent
9e1b1da802
commit
4e2f49dca0
2 changed files with 1 additions and 2 deletions
|
@ -8,9 +8,7 @@
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cifs-utils
|
|
||||||
beets
|
beets
|
||||||
# wezterm
|
|
||||||
];
|
];
|
||||||
|
|
||||||
username = "media";
|
username = "media";
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
cifs-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue