Northstar: change username
This commit is contained in:
parent
1426985da6
commit
799b4cb088
|
@ -191,11 +191,10 @@
|
||||||
|
|
||||||
Northstar = let
|
Northstar = let
|
||||||
hostName = "Northstar";
|
hostName = "Northstar";
|
||||||
user = "xenia";
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in
|
in
|
||||||
systemConfig {
|
systemConfig {
|
||||||
inherit hostName user system;
|
inherit hostName system;
|
||||||
systemModules = [
|
systemModules = [
|
||||||
./system/laptop.nix
|
./system/laptop.nix
|
||||||
./system/hyprland.nix
|
./system/hyprland.nix
|
||||||
|
|
Loading…
Reference in a new issue