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 = [
|
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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,4 @@
|
||||||
''
|
''
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
arduinoSetup = lib.mkOption {
|
arduinoSetup = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@
|
||||||
./nix-settings.nix
|
./nix-settings.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue