537 current 2024-05-05 21:11:56 24.05.20240505.25865a4 6.8.6-zen1 *
This commit is contained in:
parent
554c044837
commit
47c3be2ab5
5 changed files with 97 additions and 24 deletions
|
|
@ -15,6 +15,7 @@
|
|||
./services/nginx.nix
|
||||
./services/mirror.nix
|
||||
./services/pterodactyl.nix
|
||||
./services/gitlab.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -56,6 +57,8 @@
|
|||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
environment.systemPackages = [inputs.agenix.packages.${pkgs.system}.agenix];
|
||||
|
||||
users.mutableUsers = false;
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.zack = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue