mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
fix: support remote deployment
This commit is contained in:
parent
61f5ffd3cc
commit
0e50822e78
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
users.users.root.initialHashedPassword = "$y$j9T$99/NEnBGoewbrl5eHvTw7/$87rjPrvqs0Ys72338SxZJDibi8p7Fe8Can37rJyhcQ.";
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue