chore(nix): update flake.lock and refactor ryu services configuration

This commit is contained in:
uttarayan21
2025-11-14 20:00:46 +05:30
parent 49ef43cf25
commit 86a6dc481d
6 changed files with 74 additions and 120 deletions

View File

@@ -17,5 +17,7 @@
./caddy.nix
./monitoring.nix
./wivrn.nix
./sshd.nix
./fprintd.nix
];
}

View File

@@ -0,0 +1,3 @@
{...}: {
services.fprintd.enable = true;
}

View File

@@ -0,0 +1,3 @@
{...}: {
services.sshd.enable = true;
}