Skip to content

Commit

Permalink
hosts/mirai-vps: remove unnecessary inclusion of home-manager module
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 19, 2023
1 parent 165f138 commit c74ce3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hosts/mirai-vps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).

{ flake, ... }:
{ ... }:

{
imports =
Expand All @@ -12,7 +12,6 @@
../../nixos/home.nix
../../nixos/minimal.nix
../../nixos/server
flake.inputs.home.nixosModules.home-manager
];

nixos.home.imports = [
Expand Down

0 comments on commit c74ce3e

Please sign in to comment.