mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 10:17:03 -04:00
whoops! no ports pt. 2
This commit is contained in:
parent
46c7021263
commit
1c775baa48
1 changed files with 34 additions and 32 deletions
|
@ -1,4 +1,5 @@
|
|||
{config, ...}: {
|
||||
{ config, ... }:
|
||||
{
|
||||
users = {
|
||||
groups = {
|
||||
media = {
|
||||
|
@ -11,6 +12,7 @@
|
|||
dataDir = "${config.fileSystems."/storage".mountPoint}/jfData/";
|
||||
group = "media";
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue