1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 09:37:57 +00:00

hosts.cape: init

This commit is contained in:
RGBCube 2025-07-31 14:46:12 +03:00
parent c9fba65644
commit e91a480949
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 37 additions and 2 deletions

View file

@ -19,7 +19,7 @@ in {
networking.hostName = "pala";
users.users.pala = {
name = "pala";
name = "Pala";
home = "/Users/pala";
};