Compare commits

...

1 Commits
sops ... xrdp

Author SHA1 Message Date
chn
cbaab772d3 services.xrdp: add optimise 2024-03-08 13:49:12 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ inputs:
};
gamemode = { enable = true; drmDevice = 1; };
slurm = { enable = true; cpu = { cores = 16; threads = 2; }; memoryMB = 94208; gpus."4060" = 1; };
xrdp = { enable = true; hostname = [ "pc.chn.moe" ]; };
xrdp = { enable = true; hostname = [ "pc.chn.moe" ]; optimise = { type = "nvidia"; nvidiaBusId = "1:0:0"; }; };
};
bugs = [ "xmunet" "backlight" "amdpstate" ];
};

6
flake.lock generated
View File

@@ -1102,11 +1102,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709464206,
"narHash": "sha256-p5qVVCzTmwMUsjBpHCrPHzXlITmJbw60gC6bwLgjLo8=",
"lastModified": 1709876600,
"narHash": "sha256-W8JG7/PuszqsBRRq2R8meokrZrfbn8nyqJ6etLEk9hA=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "fc71cf1792071cdb1fc5e2457dd281cd5a5bedcf",
"rev": "ec811427dd4dd78d42b2203d5f18718f2947c22d",
"type": "github"
},
"original": {