mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
refactor user import
This commit is contained in:
parent
602521c297
commit
d5eccadf40
9 changed files with 17 additions and 31 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
{
|
||||
|
||||
imports = [
|
||||
../users/default.nix
|
||||
../users/julien.nix
|
||||
];
|
||||
|
||||
luj.nix.enable = true;
|
||||
#luj.secrets.enable = true;
|
||||
luj.ssh-server.enable = true;
|
||||
|
@ -17,7 +22,6 @@
|
|||
keyMap = lib.mkForce "fr";
|
||||
};
|
||||
|
||||
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
networking.firewall.enable = true;
|
||||
|
@ -68,5 +72,4 @@ VfXtULncAiEA2gmqdr+ugFz5tvPdKwanroTiMTUMhhCRYVlQlyTApyQ=
|
|||
];
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue