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

@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
networking.hostName = "syncthing";
imports = [
../base.nix
../users/vili.nix
../services/syncthing.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}