Skip to content

Commit

Permalink
Update mai configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 24, 2024
1 parent e2c41ab commit 4f06b84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/build-mai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: mai

on:
push:
workflow_dispatch:

jobs:
call-workflow-passing-data:
uses: ./.github/workflows/build-nixos.yaml
with:
configuration: mai
secrets: inherit
2 changes: 1 addition & 1 deletion cells/nixos/hosts/mai/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;

networking.hostName = "mai";
}

0 comments on commit 4f06b84

Please sign in to comment.