chore: enable system updating

This commit is contained in:
Ruben 2024-04-20 09:47:52 -05:00
commit 7e79ca221d
No known key found for this signature in database
GPG key ID: AE181294E97E4802
2 changed files with 20 additions and 0 deletions

View file

@ -33,6 +33,16 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
# system auto upgrading
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/etc/nixos#${config.networking.thonkpad}";
flags = [
"-L"
];
};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave

View file

@ -33,6 +33,16 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
# system auto upgrading
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/etc/nixos#${config.networking.thunkpad}";
flags = [
"-L"
];
};
# enable the proper fingerprint drivers, ensuring the default fprintd # enable the proper fingerprint drivers, ensuring the default fprintd
# package is disabled. # package is disabled.
services.fprintd.enable = false; services.fprintd.enable = false;