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

hosts.cape: fixes

This commit is contained in:
RGBCube 2025-07-31 15:30:22 +03:00
parent 22c1c12870
commit 419a2514b9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 11 additions and 4 deletions

View file

@ -15,7 +15,7 @@ in {
networking.hostName = "cape";
users.users.said = {
name = "Said";
name = "said";
home = "/Users/said";
};

View file

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