1
0

linux: add openssh and tb user account

This commit is contained in:
2025-11-04 18:50:32 -08:00
parent e823d9af7a
commit b0a0d1efcd
3 changed files with 30 additions and 0 deletions

View File

@@ -23,7 +23,9 @@
nixosModules.linux = { ... }: {
imports = [
./system/linux/i18n.nix
./system/linux/openssh.nix
./system/linux/system.nix
./system/linux/user-tb.nix
];
};