We have made an emacs conf with profiles. And refactored lab tool to use deploy-rs
This commit is contained in:
parent
24b01ae4f0
commit
bff56e4ffc
22 changed files with 1448 additions and 176 deletions
|
@ -16,6 +16,9 @@
|
|||
../../modules/virtualization/incus.nix
|
||||
../../modules/users/sma.nix
|
||||
|
||||
# Development (minimal for services host)
|
||||
../../modules/development/emacs.nix
|
||||
|
||||
# NFS client with ID mapping
|
||||
../../modules/services/nfs-client.nix
|
||||
|
||||
|
@ -43,6 +46,14 @@
|
|||
# Disks and Updates
|
||||
services.fstrim.enable = true;
|
||||
|
||||
# Emacs server configuration (minimal for services host)
|
||||
services.emacs-profiles = {
|
||||
enable = true;
|
||||
profile = "server";
|
||||
enableDaemon = false;
|
||||
user = "sma";
|
||||
};
|
||||
|
||||
# Mount remote filesystem
|
||||
fileSystems."/mnt/remote/media" = {
|
||||
device = "sleeper-service:/mnt/storage/media";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue