We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d61a3 commit 1a8cd83Copy full SHA for 1a8cd83
3 files changed
hosts/simmons/backup.nix
@@ -1,6 +1,6 @@
1
{
2
config,
3
- pkgs,
+ hostName,
4
...
5
}: {
6
age.secrets.restic_password = {
@@ -30,7 +30,7 @@
30
"home/danieln/code/qmk_firmware"
31
"home/danieln/code/Garmin"
32
];
33
- repository = "rest:http://hyperion.squirrel-emperor.ts.net:8000/${config.networking.hostName}";
+ repository = "rest:http://hyperion.squirrel-emperor.ts.net:8000/${hostName}";
34
timerConfig = {
35
OnCalendar = "daily";
36
Persistent = true;
hosts/simmons/configuration.nix
@@ -6,4 +6,12 @@
./boot.nix
7
./steam.nix
8
9
+
10
+ programs = {
11
+ gamemode.enable = true;
12
+ steam.enable = true;
13
+ };
14
+ # environment.systemPackages = with pkgs; [
15
+ # factorio
16
+ # ];
17
}
hosts/simmons/steam.nix
0 commit comments