nix fmt
This commit is contained in:
parent
563ffc4022
commit
93d6e2e39a
19 changed files with 185 additions and 188 deletions
|
@ -9,8 +9,7 @@
|
|||
nodeName,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
}: {
|
||||
disabledModules = [
|
||||
# "services/networking/hostapd.nix"
|
||||
];
|
||||
|
@ -34,11 +33,11 @@ in {
|
|||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
nix.nixPath = [
|
||||
"nixpkgs=${pkgs.path}"
|
||||
];
|
||||
|
||||
|
||||
nix.registry = {
|
||||
nixpkgs.to = {
|
||||
type = "path";
|
||||
|
@ -46,7 +45,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
boot = {
|
||||
kernel = {
|
||||
|
@ -131,8 +130,7 @@ in {
|
|||
environment.systemPackages = [
|
||||
pkgs.hdparm
|
||||
];
|
||||
|
||||
|
||||
|
||||
# home-manager.users.steveej = _: {
|
||||
# imports = [
|
||||
# ../../../home-manager/configuration/text-minimal.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue