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,
|
||||
namespace,
|
||||
...
|
||||
|
|
@ -50,6 +49,8 @@ with lib.${namespace};
|
|||
};
|
||||
};
|
||||
|
||||
services.teamviewer.enable = true;
|
||||
|
||||
awesome-flake = {
|
||||
cli = {
|
||||
neovim = enabled;
|
||||
|
|
@ -68,6 +69,7 @@ with lib.${namespace};
|
|||
services = {
|
||||
btrfs = enabled;
|
||||
ssh = enabled;
|
||||
printer = enabled;
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue