🧱 switch to nixos-hardware for rpis

This commit is contained in:
2026-07-27 17:15:39 -04:00
parent f8fb24c8d3
commit c9a1d8b096
6 changed files with 82 additions and 293 deletions
+1 -12
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
@@ -43,21 +43,10 @@
openssh.enable = true;
tailscale = {
enable = true;
extraSetFlags = [ "--webclient" ];
};
};
system = {
autoUpgrade = {
enable = true;
flake = "github:walkah/athens#${config.networking.hostName}";
dates = "hourly";
flags = [
"--option"
"tarball-ttl"
"0"
];
};
stateVersion = "23.05";
};
}