Disable the manual
This commit is contained in:
parent
4c673458d3
commit
9bfbb83dab
|
@ -21,6 +21,12 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
nixosManual = {
|
||||
enable = false; # Save some space by disabling the manual
|
||||
};
|
||||
};
|
||||
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFq6/C6ZSM8nS091fqw/om9LRszHDmS82ZTL7+GaSBnz craige@pi-tri"
|
||||
|
|
Loading…
Reference in a new issue