formatting

This commit is contained in:
Osman Faruk Bayram 2025-01-13 20:56:16 +03:00
parent 39f5651279
commit 71460684ba
5 changed files with 4 additions and 8 deletions

View file

@ -13,7 +13,7 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: super: { (final: super: {
makeModulesClosure = x: makeModulesClosure = x:
super.makeModulesClosure (x // { allowMissing = true; }); super.makeModulesClosure (x // {allowMissing = true;});
}) })
]; ];
@ -149,7 +149,6 @@
}; };
}; };
# Enable OpenSSH out of the box. # Enable OpenSSH out of the box.
services.sshd.enable = true; services.sshd.enable = true;
@ -172,4 +171,4 @@
}; };
# ! Be sure to change the autologinUser. # ! Be sure to change the autologinUser.
services.getty.autologinUser = "osbm"; services.getty.autologinUser = "osbm";
} }

View file

@ -37,4 +37,4 @@
'' ''
); );
}; };
} }

View file

@ -4,8 +4,6 @@
config, config,
... ...
}: { }: {
options = { options = {
arduinoSetup = lib.mkOption { arduinoSetup = lib.mkOption {
type = lib.types.bool; type = lib.types.bool;

View file

@ -9,4 +9,4 @@
./nix-settings.nix ./nix-settings.nix
./secrets.nix ./secrets.nix
]; ];
} }

View file

@ -19,7 +19,6 @@
userName = "osbm"; userName = "osbm";
}; };
# This value determines the Home Manager release that your # This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards # when a new Home Manager release introduces backwards