home: enable octoprint
This commit is contained in:
parent
c201560900
commit
41eabbc2be
3 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,4 @@
|
|||
|
||||
# Style and Grammar Checker
|
||||
services.languagetool.enable = true;
|
||||
|
||||
# 3D printing
|
||||
local.octoprint.enable = true;
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ in
|
|||
yagpt_tg_bot.default
|
||||
../modules/nix.nix
|
||||
../modules/wireguard-client.nix
|
||||
../modules/octoprint.nix
|
||||
../../home/users/jan
|
||||
# ../../home/users/nas
|
||||
];
|
||||
|
@ -43,7 +44,6 @@ in
|
|||
extraModules = [
|
||||
hardware.common-cpu-intel
|
||||
../modules/nix.nix
|
||||
../modules/octoprint.nix
|
||||
../modules/wireguard-client.nix
|
||||
../../home/users/jan
|
||||
# ../../home/users/nas
|
||||
|
|
|
@ -115,4 +115,7 @@
|
|||
|
||||
# Torrent client
|
||||
services.transmission.enable = true;
|
||||
|
||||
# 3D printing
|
||||
local.octoprint.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue