rename device

This commit is contained in:
Mohamed Chrayed 2024-08-16 17:36:17 +02:00
parent 9f51201e1c
commit e4dc73daec

View File

@ -52,10 +52,10 @@
nixosConfigurations = {
# Workstation config
# user and hostName variable inside hostConfig so we can call it in other modules
computer-mo =
workstation =
let
user = "mo";
hostName = "computer-mo";
hostName = "workstation";
in
lib.nixosSystem {
specialArgs = {