Skip to content

Commit

Permalink
found the missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Sep 14, 2024
1 parent 9059cb5 commit 78fa6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
modules = builtins.attrValues self.nixosModules ++ [
lollypops.nixosModules.lollypops
(import "${./.}/machines/${x}/configuration.nix" { inherit self; })
disko.nixosModules.disko
vscode-server.nixosModules.default
({ config, pkgs, ... }: {
services.vscode-server.enable = true;
Expand Down

0 comments on commit 78fa6eb

Please sign in to comment.