913ea98c12
lvm stage 1, bwmenu
2024-10-22 23:59:23 -04:00
9087dc6811
fix uuid
2024-10-22 23:59:23 -04:00
Richie Cahill
d3d397f930
renaming server_tools to system_tools
2024-08-11 15:29:23 +00:00
50d8a60b50
removes several unneeded flake inputs
2024-08-10 00:21:06 +00:00
546734b0de
fix pre-commit-hooks follows, flake update
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-06 23:31:18 +00:00
Richie Cahill
d12ca3fb0e
create arch_mirror.nix
2024-08-04 14:06:19 +00:00
dbc4378f90
per-system derivations for hydra agg job
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-07-27 23:52:08 +00:00
Richie Cahill
d6d39dd89c
testing server_tools
2024-07-15 22:39:47 +00:00
974a998d43
remove cache.alicehuston.xyz
...
reset flake.lock to main
nixos-unstable
2024-07-07 17:11:38 +00:00
5c50bddf7d
reinitialize attic
2024-06-26 23:57:16 +00:00
ce248e445b
swap to 24.05 for stable and from unstable-small to unstable
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-06-22 16:42:17 +00:00
72e8ef9480
update flake input dependencies
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-06-19 23:20:44 +00:00
Richie Cahill
8b87c80c79
created gui dir
2024-06-09 21:30:48 +00:00
de3a027ab0
remove image generation from Hydra
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-06-04 01:40:52 +00:00
55b7e407f1
add image generation
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-06-04 01:40:52 +00:00
32bd3b839f
pin flake-parts and flake-compat
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-22 00:02:47 +00:00
3522ebd8c5
applies all recommended deadnix fixes, and adds it to checks
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-22 00:02:47 +00:00
f3f6c463ca
remove nix-pre-commit
...
as we've changed to pre-commit-hooks, nix-pre-commit is no longer required
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-22 00:02:47 +00:00
3e9aa38a43
temp disable arm
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-22 00:02:47 +00:00
ce9e8d9eaa
fix alignment and attrset
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
d4916c36d3
bulk re-ordering of imports
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
262c18e03b
fix erroneous output warning, remove vscode json file from check
...
vscode json files allow comments, but check-json only allows regular
json. the check now ignores settings.json
moves inherit for outputs to the let, as it was attempting to output the
outputs variable.
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
af7a901bbf
clean up devshell inputs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
9b2ee295ea
remove commented out devshell
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
4015daea0a
Full rewrite of devshell
...
migrates pre-commit to cachix's pre-commit-hooks
adds a ton of new hooks:
- check-added-large-files
- check-case-conflicts
- check-json
- check-merge-conflicts
- detect-private-keys
- fmt-check
- nil
- no-commit-to-branch
- statix (disabled for now)
migrates devshell to new devshells, set up modularly to have separate
functionality for sops, pre-commit-hooks, and our custom packages
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
63ca84cfb8
change rad-dev to inherit in flake.nix
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
46aee20d9e
migrate system scanning logic to lib/
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
6b5dda1f39
remove nom.patch, change filterSource to path
...
nom.patch gets pulled in to the modules unless filtering is set up, but
we're not building custom nixos-rebuild anymore (and haven't for a
while)
migrates to builtins.path over builtins.filterSource since the semantics
seem a bit nicer
Removes all the filtering on the directory as we likely don't need it
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
0ddf01baef
migrate constructSystem to lib/
...
migrates the bulk of constructSystem to lib/ and splits out the largest
chunks into individual functions (namely SOPS, home-manager, and user creation);
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 23:34:58 +00:00
5261a65ecc
migrate lib functions to lib/, remove extra overlays
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-19 15:43:00 +00:00
298d7423c6
type changes
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-19 15:43:00 +00:00
3696ebd976
convert flake-update to a submodule type
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-19 15:43:00 +00:00
d60a95f938
tidy up a bunch of flake.nix, remove user machine functionality
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-11 15:46:58 +00:00
1f63d1dced
Revert "temp disable of local cache"
...
This reverts commit fc387871fa67ec5977c756b1d4829768cee15733.
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-30 00:21:23 +00:00
dbaa75a2fa
temp disable of local cache
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-30 00:21:23 +00:00
4dd11b6f9a
remove framework-16 module
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-23 00:46:23 +00:00
fbaa1f0ac6
refactor hydra, convert features to refs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
17580c15e3
remove hydra jobs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
9bbee9da3e
hydra updates!
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
8426b9461a
fixes :)
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
2b390c7c11
fix hydra jobs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
8f9e4da93a
remove hydra jobs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
c887ec2df4
hydra updates!
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
156bf9915a
fixes :)
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
2037c0d4cc
remove unnecessary shell dependency
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
758ebf1d45
remove pre-commit-update hook, re-enable formatter hook
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
e97b484209
refactor hydra jobs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
d766dd28f3
fix merge conflict
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
f78f783a0c
remove hydra jobs
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00
009cbc6164
hydra updates!
...
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-20 22:25:25 +00:00