mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 05:03:15 -08:00
chore: enable system updating
This commit is contained in:
parent
64d0ab6efe
commit
7e79ca221d
2 changed files with 20 additions and 0 deletions
|
|
@ -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. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue