-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Intiial conmmit of Nix config * Let's see if this works * Let's hope this works * Fixing home.nix I think * That was embarassing * Need to name it correctly * Is this right? * We need that * That was annoying * Huh * Let's try this * Ugh * Makes sense * Desperate * Ok, I think this will "work" * This makes sense * This process is getting annoying * Hopefully this works * Let's not let shas be our issue * Ugh * Need to update some stuff * Let's try this * Trying something else * Duh * Adding a useless comment * Let's try this * Ok * Let's try this * Kinda silly * Let's try this * Huh? * Did I figure it out? * Can this please work? * Ahhh * Let's see how Vim config gives us issues * First try with RKE2 * Also importing the rke2 primary config, I think I understand what flakes are used for lol * Embarassing * Let's start basic * Let's make sure this works * Try enabling cni * Let's try cisHardening * I guess hardening is not happening here * Now we try to build a cluster * Ok, now we'll have to commit a SHA * Let's try this then * Try this * Just trying somethign * Just making stuff up now * Feel like I did this, but we'll see * Let's take a swing * Duh * Not a very happy camper rn * Wait a second... * Fair enough, makes sense we don't need this * Huh? * Changing back, and some spacing * Am I not that smart? * Let's just try it * Big swing * Let's try this * Let's do this * Does Colmena work this way? * Maybe it works like this? * Let's try this * We need to add home.nix * Fixing home.nix * Let's try this * Let's actually get home.nix working * Putting a pin in Nix for now, let's get Minecraft up and running * Let's commit this * Let's get this committed, so we can start out better deployment * Let's commit the working home.nix, and then pull it in * Need to get the latest commit of stuff up * Nix is a disgusting mess, and I seriously question its value * I hate this * This better work * Very confused * Let's try this * I hate Nix right now. It will be worth it * Real frustrated * Right, I gotta do it from Git * I really ought to do this all local for now * Ok, let's move extraSpecialArgs * Let's give this a go now * Ok, let's give this a go * I think we've got home-manager modularized * Of course I didn't get the shell set up properly * We need to install atils in home-manager * Let's try this * Try it this way * Let's take a swing * Let's try this out * Let's see if we get lucky and this just works * Don't be silly * Ya just never know * This is it. Time to start testing the full setup
- Loading branch information
Showing
33 changed files
with
3,140 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/zsh | ||
|
||
# Install nix itself | ||
sh <(curl -L https://nixos.org/nix/install) | ||
|
||
# Install nix-darwin | ||
nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer | ||
./result/bin/darwin-installer |
Oops, something went wrong.