bodenheizung(printer)
This commit is contained in:
parent
b89d7fd2ee
commit
3e4903361c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
lib,
|
lib,
|
||||||
namespace,
|
namespace,
|
||||||
...
|
...
|
||||||
|
|
@ -50,6 +49,8 @@ with lib.${namespace};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.teamviewer.enable = true;
|
||||||
|
|
||||||
awesome-flake = {
|
awesome-flake = {
|
||||||
cli = {
|
cli = {
|
||||||
neovim = enabled;
|
neovim = enabled;
|
||||||
|
|
@ -68,6 +69,7 @@ with lib.${namespace};
|
||||||
services = {
|
services = {
|
||||||
btrfs = enabled;
|
btrfs = enabled;
|
||||||
ssh = enabled;
|
ssh = enabled;
|
||||||
|
printer = enabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue