one sd image please
This commit is contained in:
parent
00e6f6267b
commit
29bee5730c
2 changed files with 7 additions and 15 deletions
11
.github/workflows/build-machines-and-homes.yml
vendored
11
.github/workflows/build-machines-and-homes.yml
vendored
|
@ -8,12 +8,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
machine:
|
machine:
|
||||||
- chunk
|
# - chunk
|
||||||
- ytnix
|
# - ytnix
|
||||||
- titan
|
# - titan
|
||||||
- pancake
|
- pancake
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
# - ubuntu-latest
|
||||||
- ubuntu-24.04-arm
|
- ubuntu-24.04-arm
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
@ -67,7 +67,8 @@ jobs:
|
||||||
purge-primary-key: never
|
purge-primary-key: never
|
||||||
# always save the cache
|
# always save the cache
|
||||||
save-always: true
|
save-always: true
|
||||||
- run: nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel
|
# - run: nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel
|
||||||
|
- run: nix run -L github:nix-community/nixos-generators -- --flake .#pancake -f sd-aarch64 --system aarch64-linux
|
||||||
build-homes:
|
build-homes:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
../common.nix
|
../common.nix
|
||||||
./hardware-configuration.nix
|
# ./hardware-configuration.nix
|
||||||
../zsh.nix
|
../zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -57,11 +57,6 @@
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
|
||||||
services.displayManager = {
|
|
||||||
enable = true;
|
|
||||||
autoLogin.user = "yt";
|
|
||||||
};
|
|
||||||
users.users.yt.extraGroups = [
|
users.users.yt.extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
|
@ -70,10 +65,6 @@
|
||||||
users.users.root.initialHashedPassword = "";
|
users.users.root.initialHashedPassword = "";
|
||||||
users.users.yt.initialHashedPassword = "";
|
users.users.yt.initialHashedPassword = "";
|
||||||
|
|
||||||
boot.loader.generic-extlinux-compatible.mirroredBoots = [
|
|
||||||
{ path = "/boot/firmware"; }
|
|
||||||
];
|
|
||||||
|
|
||||||
# remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable
|
# remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable
|
||||||
boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3;
|
boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue