Commit graph

8 commits

Author SHA1 Message Date
76a2eeda57
move agenix into hosts/common 2024-10-02 16:49:35 +02:00
d3f908dbd1
add fs hardening
thanks raf
2024-09-12 14:52:53 +02:00
e956a45062
modularize sudo insults 2024-09-01 23:07:17 +02:00
56758e7454
modularize allowUnfree 2024-09-01 23:02:29 +02:00
5ccc7c34c0
modularize olm thing 2024-09-01 22:59:25 +02:00
082253c7cb
turn all files into functions 2024-09-01 22:51:32 +02:00
de73222646
move systemd-boot to core 2024-09-01 22:32:35 +02:00
23f5aaaf45
huge options refactor
due to being on a wifi and my sim card not being able to do its job
properly this might have some errors

`nix flake check` gave me none for the current host but tbh who knows

this commit moves everything from `options` to `hosts/common` and
modifies the `createHost` function to import part of the files under
that directory by default

there's also a `hosts/common/optional` which is still being imported in
`profile.nix` but now in a better way using `lib.path.append` in tandem
with `lib.lists.map`
2024-09-01 20:31:24 +02:00