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

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