poked some versions
This commit is contained in:
parent
1c3eeaffc0
commit
45f0f25f08
3 changed files with 21 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
allowReboot = true;
|
||||
}; # end system.autoUpgrade
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue