Skip to content

Commit

Permalink
kora: add sg module
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed May 9, 2024
1 parent 451de1c commit 8e00178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machines/kora/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
ssh = { user = "root"; host = "192.168.5.21"; };
};

boot.kernelModules = [ "sg" ];

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = "20.09";

Expand Down

0 comments on commit 8e00178

Please sign in to comment.