mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 12:47:06 -05:00
lib Is Part Of nixpkgs
This commit is contained in:
parent
33c81887cf
commit
9a04ca24ba
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
networking.useDHCP = nixpkgs.lib.mkDefault true;
|
networking.useDHCP = nixpkgs.lib.mkDefault true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = nixpkgs.lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = nixpkgs.lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
# TODO: identityFile = "/home/${globals.user}/.ssh/id_ed2519";
|
# TODO: identityFile = "/home/${globals.user}/.ssh/id_ed2519";
|
||||||
# TODO: passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
# TODO: passwordHash = nixpkgs.lib.fileContents ../../password.sha512;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue