Skip to content

Commit bf827ff

Browse files
sync
1 parent 583b751 commit bf827ff

File tree

17 files changed

+111
-92
lines changed

17 files changed

+111
-92
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ rp4:
1616
rp5:
1717
nix build .#installerImages.rpi5
1818

19+
rp5_on_amd64:
20+
sudo nix build .#nixosConfigurations.rpi5.config.system.build.sdImage --system aarch64-linux
21+
1922
update:
2023
sudo nix flake update;
2124

22-
# end
25+
sync:
26+
rsync -avz ./ 172.16.40.122:/home/das/nixos/arm/nix-os-raspberrypi/
27+
28+
# end
File renamed without changes.
Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
, nixos-raspberrypi, disko
3939
, nixos-anywhere, ... }@inputs: let
4040
allSystems = nixpkgs.lib.systems.flakeExposed;
41-
forSystems = systems: f: nixpkgs.lib.genAttrs systems (system: f system);
41+
forSystems = systems: f: nixpkgs.lib.genAttrs systems (system: f system);
4242
in {
4343

4444
devShells = forSystems allSystems (system: let
@@ -123,14 +123,14 @@
123123
];
124124

125125

126-
users.users.nixos.openssh.authorizedKeys.keys = [
127-
# YOUR SSH PUB KEY HERE #
126+
# users.users.nixos.openssh.authorizedKeys.keys = [
127+
# # YOUR SSH PUB KEY HERE #
128128

129-
];
130-
users.users.root.openssh.authorizedKeys.keys = [
131-
# YOUR SSH PUB KEY HERE #
132-
133-
];
129+
# ];
130+
# users.users.root.openssh.authorizedKeys.keys = [
131+
# # YOUR SSH PUB KEY HERE #
132+
133+
# ];
134134

135135

136136
system.nixos.tags = let
@@ -248,7 +248,7 @@
248248

249249
nixpkgs.overlays = lib.mkAfter [
250250
(self: super: {
251-
# This is used in (modulesPath + "/hardware/all-firmware.nix") when at least
251+
# This is used in (modulesPath + "/hardware/all-firmware.nix") when at least
252252
# enableRedistributableFirmware is enabled
253253
# I know no easier way to override this package
254254
inherit (kernelBundle) raspberrypiWirelessFirmware;

arm/nixos-raspberrypi/modules/nice-looking-console.nix renamed to arm/nix-os-raspberrypi/modules/nice-looking-console.nix

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)