Skip to content

Commit

Permalink
add inital password
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Feb 11, 2025
1 parent 9caadd4 commit 38c774e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
systems.hosts.srv-raspi5.modules = with inputs; [
nixos-hardware.nixosModules.raspberry-pi-5
raspberry-pi-nix.nixosModules.raspberry-pi
nixos-generators.nixosModules.sd-aarch64
raspberry-pi-nix.nixosModules.sd-image
];

systems.hosts.srv-oracle.modules = with inputs; [
Expand Down
1 change: 1 addition & 0 deletions systems/x86_64-linux/srv-oracle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
isGuiUser = true;
isSudoUser = true;
uid = 1000;
initialPassword = "test123";
authorizedKeys = [
"ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBABz8jUkUacu8PahA+mlDCCp3780yrcpAcNZIJ1CFswAbgbWoK+FZxdQ3P43X4cBjKVtz8tthf4xHhkGe6eNC1+ofgHq5bXfIP15ba7AEncdUvreQzPx2Aao7yZFw94piTiZqlQA193SZTw8ggbYPwn3hnXkFT/6ttIEr+18xUMGFM9c1A=="
];
Expand Down

0 comments on commit 38c774e

Please sign in to comment.