update to 24.11
This commit is contained in:
parent
8b2815a029
commit
bc607e0526
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
nixpkgs,
|
||||
flake-utils,
|
||||
...
|
||||
} @ inputs:
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(
|
||||
system: let
|
||||
|
@ -485,7 +485,7 @@
|
|||
|
||||
networking.firewall.enable = false;
|
||||
services.openssh.openFirewall = false;
|
||||
systemd.enableUnifiedCgroupHierarchy = true;
|
||||
# systemd.enableUnifiedCgroupHierarchy = true;
|
||||
|
||||
environment.systemPackages = let
|
||||
endpoints = concatStringsSep "," (
|
||||
|
|
Loading…
Add table
Reference in a new issue