Fix for wrong IP address in nfs export, changed luci term theme
This commit is contained in:
parent
f444961d8e
commit
44fe27911a
|
@ -70,7 +70,7 @@ in
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
theme = "half-life";
|
||||
theme = "dieter";
|
||||
};
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
|
@ -73,7 +73,7 @@ in
|
|||
services.nfs.server = lib.mkIf srvConfig.nfsEnable {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/nfs_export 1192.168.1.149(rw,fsid=0,no_subtree_check)
|
||||
/nfs_export 192.168.1.149(rw,fsid=0,no_subtree_check)
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user