Fix typo in user name

This commit is contained in:
Evie Litherland-Smith 2023-08-31 12:33:10 +01:00
parent 8c5ba7f4c3
commit 10f089d918

View file

@ -83,7 +83,7 @@
nixosConfigurations = {
Legion = systemConfig {
hostName = "Legion";
user = "elitherl";
user = "xenia";
system = "x86_64-linux";
shell = "zsh";
};