Skip to content

Commit 07b163f

Browse files
committed
packet: enable service in configuration.nix
1 parent 466e0e1 commit 07b163f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packet/configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
imports =
99
[ # Include the results of the hardware scan.
1010
./packet.nix
11+
./deploy/nix/service.nix
1112
];
1213

1314
# Use the GRUB 2 boot loader.
@@ -69,6 +70,7 @@
6970
# services.xserver.enable = true;
7071
# services.xserver.layout = "us";
7172
# services.xserver.xkbOptions = "eurosign:e";
73+
services.blank-me-up.enable = true;
7274

7375
# Enable touchpad support.
7476
# services.xserver.libinput.enable = true;

0 commit comments

Comments
 (0)