Compare commits
34 Commits
0c81e2218f
...
c4a44cbddb
| Author | SHA1 | Date | |
|---|---|---|---|
| c4a44cbddb | |||
| 27281f223f | |||
| 9c4aa59868 | |||
| 07d32eb459 | |||
| 3edadbf546 | |||
| 1bcb354b0c | |||
| b960ba8ff2 | |||
| 135a126b91 | |||
| 2e9c888f06 | |||
| 8e801474cf | |||
| 532a57ab3d | |||
| b2ba4f59dc | |||
| e02c904d16 | |||
| 6bf8e7fdb6 | |||
| 309efa9e16 | |||
| b758bb2c71 | |||
| 4f5ad03bc9 | |||
| 79a0c3e75e | |||
| 29571e842a | |||
| cf65a2a968 | |||
| 315b248f14 | |||
| 01c0dbc4ae | |||
| 6bcc562697 | |||
| b9ea8d8a8e | |||
| 5f53d6c839 | |||
| af22dbe03e | |||
| 8776f19562 | |||
| 89011003b5 | |||
| b83c8709fc | |||
| a6e9b2665d | |||
| cb7df047a8 | |||
| 23af6a3050 | |||
| f037ad8f49 | |||
| 958a815489 |
+5
-4
@@ -64,7 +64,7 @@
|
|||||||
# "external" = {
|
# "external" = {
|
||||||
# devices."remote" = builtins.fetchGit { # External module via Git
|
# devices."remote" = builtins.fetchGit { # External module via Git
|
||||||
# url = "https://github.com/example/config";
|
# url = "https://github.com/example/config";
|
||||||
# rev = "abc123...";
|
# rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014";
|
||||||
# };
|
# };
|
||||||
# }; # ========== Lab Laptops ==========
|
# }; # ========== Lab Laptops ==========
|
||||||
# Creates: nix-laptop1, nix-laptop2
|
# Creates: nix-laptop1, nix-laptop2
|
||||||
@@ -121,8 +121,9 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
"usda-dash" = builtins.fetchGit {
|
"usda-dash" = builtins.fetchGit {
|
||||||
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
|
url = "git@factory.uga.edu:MODEL/usda-dash-config.git";
|
||||||
rev = "6c0029057aa50d0b4d6a0205c3ded890eb08979c";
|
rev = "49cded91cff4a956d4e01ac6b8fe4efa86f82182";
|
||||||
|
submodules = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
@@ -150,7 +151,7 @@
|
|||||||
# # Option 1: fetchGit with specific revision (recommended for reproducibility)
|
# # Option 1: fetchGit with specific revision (recommended for reproducibility)
|
||||||
# "prod-server" = builtins.fetchGit {
|
# "prod-server" = builtins.fetchGit {
|
||||||
# url = "https://github.com/example/server-config";
|
# url = "https://github.com/example/server-config";
|
||||||
# rev = "abc123def456..."; # Full commit hash
|
# rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014"; # Full commit hash
|
||||||
# ref = "main"; # Optional: branch/tag name
|
# ref = "main"; # Optional: branch/tag name
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user