style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, stateVersion, hostname, ... }:
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
pkgs,
|
||||
stateVersion,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
../hosts/${hostname}/hardware-configuration.nix
|
||||
../hosts/${hostname}/nixos-config.nix
|
||||
../modules/nixos
|
||||
|
@ -17,7 +22,7 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
networking.hostName = hostname;
|
||||
|
||||
console = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue