[STYLE/REFACTOR] Deadnix, Alejandra and Statix

This commit is contained in:
Kat Inskip 2023-04-25 16:48:32 -07:00
parent 8573c4508d
commit d4242f9dd8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
51 changed files with 465 additions and 466 deletions

View file

@ -1,17 +1,24 @@
_: let
hostConfig = {config, tree, pkgs, ...}: {
imports = with tree.nixos.hardware; [
lenovo-thinkpad-x260
common-pc-laptop-ssd
] ++ (with tree.nixos.roles; [
graphical
sway
laptop
bootable
]) ++ (with tree; [
kat.gui
kat.sway
]);
hostConfig = {
config,
tree,
...
}: {
imports = with tree.nixos.hardware;
[
lenovo-thinkpad-x260
common-pc-laptop-ssd
]
++ (with tree.nixos.roles; [
graphical
sway
laptop
bootable
])
++ (with tree; [
kat.gui
kat.sway
]);
fileSystems = {
"/" = {
@ -24,7 +31,7 @@ _: let
};
};
services.openssh = {
services.openssh = {
hostKeys = [
{
bits = 4096;