Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Oct 21, 2024
1 parent 77d29a2 commit 1886069
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ in {
users = [ "user" "backup" ];
wireless = "us-wi-1";
};
# apu2c3 = host {
# profiles = ["server"];
# hardware = "pcengines/apu";
# disks = [
# "sda1/small"
# "tmpfs/root"
# ];
# users = [ "server" ];
# };
# apu2c4
# apu2c4-with-wifi
# apu2c3-with-modem
# apu2c3-with-wifi
# apu2c3-with-modem-and-wifi
# pi0
# pi2
# pi3
# pi4
# pi5
# fire3
# amd-server
# intel-server
# generic profile to connect/mount data disks
# generic script/process to apply a different config and use that for auto-upgrade going forward
}
# apu2c3 = host {
# profiles = ["server"];
# hardware = "pcengines/apu";
# disks = [
# "sda1/small"
# "tmpfs/root"
# ];
# users = [ "server" ];
# };
# apu2c4
# apu2c4-with-wifi
# apu2c3-with-modem
# apu2c3-with-wifi
# apu2c3-with-modem-and-wifi
# pi0
# pi2
# pi3
# pi4
# pi5
# fire3
# amd-server
# intel-server
# generic profile to connect/mount data disks
# generic script/process to apply a different config and use that for auto-upgrade going forward

0 comments on commit 1886069

Please sign in to comment.