diff options
author | Linnnus <[email protected]> | 2024-03-02 22:35:06 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-07 13:40:59 +0200 |
commit | 7dac2d7245bc475ac0e8aa0ad4b41f3aa98f39f6 (patch) | |
tree | bd5e4b09598c8230421f676304482e2a0878dcfd | |
parent | 9f6dc30a4534717f36134d122182627bd6b7f8aa (diff) |
hosts/muhammed: Add qbittorrent
-rw-r--r-- | hosts/muhammed/configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index c629b22..85fb928 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -38,6 +38,14 @@ services.still-awake.enable = true; + # Create a local Linux builder. This will allow us to build aarch64-linux + # targets directly on this machine. + nix.settings.trusted-users = ["linus"]; + nix.linux-builder = { + enable = true; + ephemeral = true; + }; + # System-specific version info. home-manager.users.linus.home.stateVersion = "22.05"; system.stateVersion = 4; |