mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-01-25 06:31:40 +00:00
Update flake.nix
add git
This commit is contained in:
@@ -90,11 +90,16 @@
|
||||
&& baseNameOf path != "secrets")
|
||||
../.;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.git #gotta have git
|
||||
];
|
||||
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
};
|
||||
users.extraUsers.root.initialPassword = lib.mkForce "test123";
|
||||
users.extraUsers.root.initialPassword = lib.mkForce "odroid";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user