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
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
xps9510 = lib.nixosSystem {
|
marr = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./hosts/xps9510/configuration.nix ];
|
modules = [ ./hosts/marr/configuration.nix ];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit
|
inherit
|
||||||
inputs
|
inputs
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
let
|
let
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
username = "nico";
|
username = "nico";
|
||||||
hostname = "xps9510";
|
hostname = "marr";
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
in
|
in
|
||||||
{
|
{
|
Loading…
Add table
Reference in a new issue