-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating nix config (deprecated warnings)
trace: warning: In file hw-laptop.nix a list is being assigned to the option config.boot.initrd.luks.devices. This will soon be an error as type loaOf is deprecated. See NixOS/nixpkgs#63103 for more information. Do boot.initrd.luks.devices = { main = {...}; } instead of boot.initrd.luks.devices = [ { name = "main"; ...} ] trace: warning: The option `i18n.consoleKeyMap' defined in `configuration.nix' has been renamed to `console.keyMap'. trace: warning: The following options are deprecated: - services.xserver.desktopManager.default - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+xmonad"; instead.
- Loading branch information
Showing
2 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters