11 Commits

Author SHA1 Message Date
Joakim Repomaa
b4caf86628 setup podman
Some checks failed
Build Images / build (push) Failing after 11s
Check / check (push) Failing after 1m13s
2026-03-07 13:30:23 +02:00
Joakim Repomaa
80263ea4db fix gitea image registry 2026-03-07 13:28:44 +02:00
Joakim Repomaa
3a93db3839 remove home assistant 2026-03-07 13:28:04 +02:00
Joakim Repomaa
3de5679411 fix gitea runner 2026-03-07 13:28:04 +02:00
Joakim Repomaa
551fe64603 fix invidious 2026-03-07 13:28:03 +02:00
Joakim Repomaa
fd29342f58 allow x86 emulation on freun-dev 2026-03-07 13:28:03 +02:00
Joakim Repomaa
43848028af fix synthing 2026-03-07 13:28:03 +02:00
Joakim Repomaa
fb6ebd55c3 update flake inputs 2026-03-07 13:28:03 +02:00
Joakim Repomaa
1ddbce110f rekey secrets 2026-03-07 13:28:03 +02:00
Joakim Repomaa
bc85dabce0 apu local dhcp lease dns and invidious 2026-03-07 13:28:03 +02:00
Joakim Repomaa
4745fa3d58 setup niri 2026-03-07 13:28:03 +02:00
2 changed files with 151 additions and 97 deletions

59
flake.lock generated
View File

@@ -291,6 +291,24 @@
"type": "github"
}
},
"flake-utils_7": {
"inputs": {
"systems": "systems_7"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"frontend": {
"inputs": {
"flake-utils": "flake-utils_2",
@@ -689,6 +707,7 @@
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_4",
"nixpkgs-unstable": "nixpkgs-unstable",
"router-dash": "router-dash",
"syntax-renderer": "syntax-renderer",
"tonearm": "tonearm",
"turny": "turny",
@@ -697,6 +716,27 @@
"workout-sync": "workout-sync"
}
},
"router-dash": {
"inputs": {
"flake-utils": "flake-utils_5",
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
"lastModified": 1771795019,
"narHash": "sha256-mcGQMNKVUj/CSGXeejzqHEeU+O0ThzKb4pc7pLjUWN0=",
"ref": "refs/heads/main",
"rev": "ea315d3a527db870a51d23901037a5d1b37f5780",
"revCount": 7,
"type": "git",
"url": "https://git.freun.dev/repomaa/router-dash"
},
"original": {
"type": "git",
"url": "https://git.freun.dev/repomaa/router-dash"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
@@ -840,9 +880,24 @@
"type": "github"
}
},
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"tonearm": {
"inputs": {
"flake-utils": "flake-utils_5",
"flake-utils": "flake-utils_6",
"nixpkgs": [
"nixpkgs"
]
@@ -908,7 +963,7 @@
},
"voxtype": {
"inputs": {
"flake-utils": "flake-utils_6",
"flake-utils": "flake-utils_7",
"nixpkgs": [
"nixpkgs-unstable"
]

View File

@@ -30,9 +30,7 @@
# release notes.
home.stateVersion = "23.11"; # Please read the comment before changing.
home.packages =
with pkgs;
[
home.packages = with pkgs; [
htop
gnupg
pkgs-unstable.yubioath-flutter
@@ -115,7 +113,7 @@
kill -SIGUSR1 "$pid"
fi
'')
]
];
++ lib.optional osConfig.programs.niri.enable (
pkgs.writeShellScriptBin "handle-lid-close" ''
alias niri=${lib.getExe osConfig.programs.niri.package}
@@ -817,6 +815,7 @@
enableSshSupport = true;
pinentry.package = pinentry-gnome3;
};
};
services.walker = {