Skip to content

Commit 1a8cd83

Browse files
committed
ref: simmons specific options
1 parent 03d61a3 commit 1a8cd83

3 files changed

Lines changed: 10 additions & 16 deletions

File tree

hosts/simmons/backup.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
config,
3-
pkgs,
3+
hostName,
44
...
55
}: {
66
age.secrets.restic_password = {
@@ -30,7 +30,7 @@
3030
"home/danieln/code/qmk_firmware"
3131
"home/danieln/code/Garmin"
3232
];
33-
repository = "rest:http://hyperion.squirrel-emperor.ts.net:8000/${config.networking.hostName}";
33+
repository = "rest:http://hyperion.squirrel-emperor.ts.net:8000/${hostName}";
3434
timerConfig = {
3535
OnCalendar = "daily";
3636
Persistent = true;

hosts/simmons/configuration.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
./boot.nix
77
./steam.nix
88
];
9+
10+
programs = {
11+
gamemode.enable = true;
12+
steam.enable = true;
13+
};
14+
# environment.systemPackages = with pkgs; [
15+
# factorio
16+
# ];
917
}

hosts/simmons/steam.nix

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)