Fix deprecated NixOS options for 25.11
- Use nixpkgs.hostPlatform module instead of deprecated system arg to lib.nixosSystem - Rename services.logind.powerKey to services.logind.settings.Login.HandlePowerKey Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,5 +59,5 @@
|
||||
"~mcp.metacircular.net"
|
||||
];
|
||||
|
||||
services.logind.powerKey = "ignore";
|
||||
services.logind.settings.Login.HandlePowerKey = "ignore";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user