loki: Minor refactor
This commit is contained in:
parent
7165e0afb2
commit
7a9674a1aa
1 changed files with 10 additions and 11 deletions
|
@ -319,13 +319,22 @@
|
|||
|
||||
envfs.enable = true;
|
||||
cpupower-gui.enable = true;
|
||||
teamviewer.enable = true;
|
||||
tailscale.enable = true;
|
||||
sunshine = {
|
||||
enable = true;
|
||||
user = "erwin";
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/home/erwin/proxmox-backup 10.0.0.0/24(rw,sync,no_subtree_check,anonuid=1000,anongid=100,all_squash)
|
||||
'';
|
||||
lockdPort = 4101;
|
||||
mountdPort = 4102;
|
||||
statdPort = 4100;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@ -350,16 +359,6 @@
|
|||
cpuFreqGovernor = "ondemand";
|
||||
};
|
||||
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/home/erwin/proxmox-backup 10.0.0.0/24(rw,sync,no_subtree_check,anonuid=1000,anongid=100,all_squash)
|
||||
'';
|
||||
lockdPort = 4101;
|
||||
mountdPort = 4102;
|
||||
statdPort = 4100;
|
||||
};
|
||||
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
AMD_VULKAN_ICD = "RADV";
|
||||
|
|
Loading…
Reference in a new issue