mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci): add
This commit is contained in:
parent
7f6562ea70
commit
1e79f4f23c
29 changed files with 308 additions and 34 deletions
|
|
@ -47,6 +47,8 @@ _: let
|
|||
|
||||
services.printing.enable = true;
|
||||
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/04bd322e-dca0-43b8-b588-cc0ef1b1488e";}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ _: let
|
|||
grafana-stack
|
||||
public-directory
|
||||
weechat
|
||||
#tt-rss
|
||||
#monica
|
||||
tt-rss
|
||||
monica
|
||||
]);
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue