Compare commits
No commits in common. "ff89519ba55ae8414f63a4987fe86da975ed68df" and "4e67949e03e15e35d83ac9bb9cb766e35d122453" have entirely different histories.
ff89519ba5
...
4e67949e03
3 changed files with 4 additions and 9 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
with lib;
|
||||
with lib.metacfg;
|
||||
|
|
@ -33,7 +32,6 @@ in
|
|||
ripgrep
|
||||
rrsync
|
||||
sops
|
||||
tailscale
|
||||
tmux
|
||||
vim
|
||||
wget
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
with lib.metacfg;
|
||||
{
|
||||
services.rustdesk-server.enable = true;
|
||||
|
||||
system.defaults.dock.autohide = false;
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ with lib.metacfg;
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.rustdesk-server.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.cratedocs-mcp.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue