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 = [
(final: super: {
makeModulesClosure = x:
super.makeModulesClosure (x // { allowMissing = true; });
super.makeModulesClosure (x // {allowMissing = true;});
})
];
@ -149,7 +149,6 @@
};
};
# Enable OpenSSH out of the box.
services.sshd.enable = true;

View file

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

View file

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