mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
reorder
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
flake.homeModules.base = { ... }: {
|
flake.homeModules.base = { ... }: {
|
||||||
imports = with config.flake.homeModules; [
|
imports = with config.flake.homeModules; [
|
||||||
git
|
git
|
||||||
zsh
|
zsh-allusers
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
flake.nixosModules.sshd = { config, ... }: {
|
flake.nixosModules.sshd = { config, ... }: {
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
# sops.secrets."users/${user}/intern/public" = {};
|
|
||||||
|
|
||||||
# users.users.${user}.openssh.authorizedKeys.keyFiles = [
|
|
||||||
# config.sops.secrets."users/${user}/intern/public".path
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.homeModules.zsh = { ... }: {
|
flake.homeModules.zsh-allusers = { ... }: {
|
||||||
home.file.".zshrc".source = ./dotfiles/zsh-config;
|
home.file.".zshrc".source = ./dotfiles/zsh-config;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user