Way too massive refactoring

This commit is contained in:
Vili Sinervä 2025-05-29 15:39:42 +03:00
parent 113d68be68
commit 24aac9708b
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
49 changed files with 481 additions and 407 deletions

View file

@ -1,14 +1,15 @@
{ pkgs, ... }:
{ lib, ... }:
{
networking.hostName = "syncthing";
imports = [
../base.nix
../users/vili.nix
../shared/base.nix
../shared/users/vili.nix
../servers/syncthing.nix
];
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
users.users.vili.hashedPasswordFile = lib.mkForce null;
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;