Compare commits
No commits in common. "3ecf51580d0c30fcda93c809b445ba43944293d6" and "190044ee8fdd5619929f861882afdbbf00f6395e" have entirely different histories.
3ecf51580d
...
190044ee8f
8 changed files with 4 additions and 46 deletions
5
roles/gaming/default.nix
Normal file → Executable file
5
roles/gaming/default.nix
Normal file → Executable file
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs
|
./steam.nix
|
||||||
./services
|
./mangohud.nix
|
||||||
|
./rpcs3.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./steam.nix
|
|
||||||
./mangohud.nix
|
|
||||||
./rpcs3.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./syncthing.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
This file will sync saves for games that don't have cloud saves
|
|
||||||
TODO: turn this into a module eventually
|
|
||||||
*/
|
|
||||||
|
|
||||||
services.syncthing.folders = {
|
|
||||||
"steam-201810" = {
|
|
||||||
label = "Wolfenstein The New Order Saves";
|
|
||||||
id = "laxxf-t2wmy";
|
|
||||||
devices = [ "steamdeck" "server" "pc" ];
|
|
||||||
path = "~/.local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
home-manager.users.toast.home.file."steam-201810-ignore" = {
|
|
||||||
target = ".local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/.stignore";
|
|
||||||
text = "base/qconsole.log\nbase/wolfConfig.cfg";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -18,15 +18,9 @@
|
||||||
"school-things" = {
|
"school-things" = {
|
||||||
label = "School things";
|
label = "School things";
|
||||||
id = "z6alc-nfoqr";
|
id = "z6alc-nfoqr";
|
||||||
devices = [ "steamdeck" "server" "pc"];
|
devices = [ "steamdeck" "server" ];
|
||||||
path = "${config.services.syncthing.dataDir}/school-things";
|
path = "${config.services.syncthing.dataDir}/school-things";
|
||||||
};
|
};
|
||||||
"steam-201810" = {
|
|
||||||
label = "Wolfenstein The New Order Saves";
|
|
||||||
id = "laxxf-t2wmy";
|
|
||||||
devices = [ "steamdeck" "server" "pc" ];
|
|
||||||
path = "${config.services.syncthing.dataDir}/steam-201810";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.syncthing.serviceConfig = {
|
systemd.services.syncthing.serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue