add ssh for server, add vscodium for pc, refactor hostnames
This commit is contained in:
parent
b06525436b
commit
f174b610d8
7 changed files with 55 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
networking.hostName = "chris-server";
|
||||
|
||||
modules = {
|
||||
themes = {
|
||||
enable = true;
|
||||
|
@ -15,6 +17,7 @@
|
|||
};
|
||||
|
||||
networking.enable = true;
|
||||
networking.ssh.enable = true;
|
||||
|
||||
services = {
|
||||
enable = true;
|
||||
|
@ -43,4 +46,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue