Rename nixos-cpu to syncthing

This commit is contained in:
Vili Sinervä 2024-09-27 21:25:38 +03:00
parent 82b4d37424
commit e3e77d5173
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
networking.hostName = "nixos-cpu";
networking.hostName = "syncthing";
imports = [
../base.nix