diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/bar-service.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/bar-service.nix b/custom/bar-service.nix index 10f2dc23..67e1fc60 100644 --- a/custom/bar-service.nix +++ b/custom/bar-service.nix | |||
@@ -61,6 +61,8 @@ in { | |||
61 | } | 61 | } |
62 | ]; | 62 | ]; |
63 | 63 | ||
64 | nixpkgs.config.allowUnfree = true; | ||
65 | |||
64 | packages.thermoprint.enable = true; | 66 | packages.thermoprint.enable = true; |
65 | 67 | ||
66 | users.users."${cfg.user}" = { | 68 | users.users."${cfg.user}" = { |