format: rename xps9510 to marr

This commit is contained in:
Nydragon 2024-05-27 22:33:35 +09:00
parent 021f3bf3a8
commit f89f7145f2
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209
3 changed files with 3 additions and 3 deletions

View file

@ -26,9 +26,9 @@
in
{
nixosConfigurations = {
xps9510 = lib.nixosSystem {
marr = lib.nixosSystem {
inherit system;
modules = [ ./hosts/xps9510/configuration.nix ];
modules = [ ./hosts/marr/configuration.nix ];
specialArgs = {
inherit
inputs

View file

@ -9,7 +9,7 @@
let
stateVersion = "23.11";
username = "nico";
hostname = "xps9510";
hostname = "marr";
homeDirectory = "/home/${username}";
in
{