hosts/suwako: split service files

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-09-04 11:25:31 +05:30
parent 7e4a6ac8fe
commit 895a495b3f
6 changed files with 76 additions and 72 deletions

View File

@@ -19,7 +19,7 @@
perSystem =
{ system, pkgs, ... }:
rec {
formatter = pkgs.nixfmt-rfc-style;
formatter = pkgs.nixfmt-tree;
devShells.default =
with pkgs;
mkShell {