update config to new 25.11 options
This commit is contained in:
parent
ac9f906948
commit
c3511afc52
7 changed files with 13 additions and 13 deletions
|
|
@ -111,9 +111,9 @@ with lib; {
|
|||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
systemd = {
|
||||
extraConfig = ''
|
||||
DefaultTimeoutStartSec=900s
|
||||
'';
|
||||
settings.Manager = {
|
||||
DefaultTimeoutStartSec = "900s";
|
||||
};
|
||||
|
||||
network = let
|
||||
inherit (config.local.sys) nets;
|
||||
|
|
@ -185,7 +185,6 @@ with lib; {
|
|||
|
||||
users.fabian = {
|
||||
imports = [
|
||||
flakes.impermanence.nixosModules.home-manager.impermanence
|
||||
"${flakes.self}/home/platforms/fabian@vps"
|
||||
"${flakes.self}/home"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue