mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-15 19:56:40 +00:00
fixed ssh keys
This commit is contained in:
@@ -56,6 +56,9 @@
|
|||||||
# options = ["uid=0,gid=1000"];
|
# options = ["uid=0,gid=1000"];
|
||||||
options = ["guest" "uid=1000"];
|
options = ["guest" "uid=1000"];
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.git
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
systemd.services.setleds = {
|
systemd.services.setleds = {
|
||||||
|
|||||||
Reference in New Issue
Block a user