format: rename xps9510 to marr
This commit is contained in:
parent
021f3bf3a8
commit
f89f7145f2
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
let
|
||||
stateVersion = "23.11";
|
||||
username = "nico";
|
||||
hostname = "xps9510";
|
||||
hostname = "marr";
|
||||
homeDirectory = "/home/${username}";
|
||||
in
|
||||
{
|
Loading…
Add table
Reference in a new issue