Compare commits

..

No commits in common. "9f792774a585fd5ac6fecc8bd6c012304598df4c" and "884ceee9fdc5182ff9fc740e14915a59a6bb65af" have entirely different histories.

4 changed files with 8 additions and 6 deletions

6
flake.lock generated
View file

@ -370,11 +370,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764736872, "lastModified": 1764613336,
"narHash": "sha256-4mqLegNQeD54X7enm6EI9aNWl6CaIfyhl5PaYoGYwqk=", "narHash": "sha256-L979az28t/+SXvYw9qhOno5HLlDwkZOpz6LzCLnjmRM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3366918730bb6b699395a9d237397f1d710a94b3", "rev": "f3902b5d8767985680875ad86d028371100faeb3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,5 @@
{ {
options,
config, config,
pkgs, pkgs,
lib, lib,
@ -51,7 +52,7 @@ in
nix-output-monitor nix-output-monitor
]; ];
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp"; systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
nix = nix =
let let
@ -67,6 +68,7 @@ in
settings = { settings = {
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes";
build-dir = "/var/tmp";
http-connections = 50; http-connections = 50;
warn-dirty = false; warn-dirty = false;
log-lines = 50; log-lines = 50;

View file

@ -1,5 +1,6 @@
{ {
pkgs, pkgs,
lib,
config, config,
... ...
}: }:
@ -43,7 +44,7 @@
}; };
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.forgejo-runner; package = pkgs.forgejo-actions-runner;
instances.default = { instances.default = {
enable = true; enable = true;
name = "base"; name = "base";

View file

@ -12,7 +12,6 @@ with lib.metacfg;
]; ];
services.rustdesk-server.signal.enable = false; services.rustdesk-server.signal.enable = false;
services.gnome.gnome-remote-desktop.enable = true;
services.tailscale.enable = true; services.tailscale.enable = true;