poked some versions

This commit is contained in:
alisceon 2025-11-13 11:03:59 +01:00
parent 1c3eeaffc0
commit 45f0f25f08
3 changed files with 21 additions and 20 deletions

View file

@ -1,6 +1,4 @@
{ config, pkgs, pkgs-unstable, lib, ... }:
{
{ config, pkgs, pkgs-unstable, lib, ... }: {
boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 0;
};
@ -8,11 +6,11 @@
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/home/alisceon/.nixos_config";
flake = "/home/alisceon/.nixos_config#${config.networking.hostName}";
flags = [
"--update-input"
"nixpkgs"
"-L"
"--commit-lock-file"
];
dates = "daily";
}; # end system.autoUpgrade

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
system.autoUpgrade = {
allowReboot = true;
}; # end system.autoUpgrade
services = {
openssh = {
enable = true;