data.cs.purdue.edu: fix incorrect username

This commit is contained in:
Infinidoge 2023-09-08 23:00:55 -04:00
parent 6d85049800
commit 9cb90626e6
2 changed files with 7 additions and 5 deletions

8
flake.lock generated
View file

@ -645,11 +645,11 @@
},
"private": {
"locked": {
"lastModified": 1692990855,
"narHash": "sha256-i1jX444WmMZQxAMG1+8Rf5eG6npQUKxLf53CltNwOfI=",
"lastModified": 1694228416,
"narHash": "sha256-SOOyLDp59C/EIGVffWmQaqRPAfRe65iuoF7SAHJTGnc=",
"ref": "refs/heads/master",
"rev": "3c0dcbf97d4b328b3e9dd46c786c33255ab35c68",
"revCount": 29,
"rev": "20e1ca0293e29981155e28830ae82a77ea2a0497",
"revCount": 30,
"type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private"
},

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ private, config, lib, pkgs, ... }:
{
modules.hardware.form.server = true;
@ -8,6 +8,8 @@
hostName = "data";
};
user.name = private.variables.purdue-username;
home = { ... }: {
home.packages = with pkgs; [
home-manager