This commit is contained in:
iFargle 2023-09-14 21:46:57 +09:00
parent e81d644974
commit 2e5d07d77b

View file

@ -33,7 +33,7 @@
hostname = "nixos-desktop"; username = "albert"; desktop = "gnome"; gpu = "nvidia"; theme = "gruvbox";
};
# Testing ARM NixOS
nixos-rpi-01 = libx.mkHost = {
nixos-rpi-01 = libx.mkHost {
hostname = "nixos-rpi-01"; username = "albert"; platform = "";
};
};