formatting
This commit is contained in:
parent
39f5651279
commit
71460684ba
5 changed files with 4 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
|
||||
|
||||
options = {
|
||||
arduinoSetup = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue