Commit graph

18 commits

Author SHA1 Message Date
9102af1c08 Juri, add forgejo server with admin account 2025-03-24 12:36:15 -07:00
d27cedfd0e Juri, pds + caddy running 2025-03-18 14:09:25 -07:00
9dd0a9bbde Onizuka, fix hypr and new hosts structure 2025-03-17 18:49:30 -07:00
de1f6d020f Juri, add sops and pds invocation 2025-03-17 16:28:57 -07:00
f27cec2c9a Users, add juri and update automatic start version 2025-03-12 22:30:33 -07:00
55b9d772eb Hypr, fix rebuild not working due to missing icons
The old .gitignore contained the hypr icons path. Newer versions of nix
did not want to rebuild because hypr/icons didn't exist in git. The fix
was simple to move the .gitignore from the home directory to inside of
the icons folder and include it. That way icons can be added and the
folder exists.

Oh--this also adds musescore because that was the impetus to fix this...
It has nothing critical to do with the commit, I'd just rather have them
in one rn
2025-01-22 10:19:51 -08:00
6769c38a13 Kitty, add catppuccin theme 2025-01-09 10:20:46 -08:00
e4d8245203 Neovim, add catppuccin theme 2025-01-09 10:20:27 -08:00
547dd01e34 Neovim, go lang, remore rustacean lsp call 2025-01-09 09:35:51 -08:00
62fe907e91 OS, add basic tailscale app 2025-01-08 13:39:56 -08:00
183d51f601 hmAuto, set username based on filedir 2024-12-01 00:18:43 -08:00
c5b4191d66 Jibril, update to match new host modules 2024-11-29 02:09:23 -08:00
9ab0f5bfc9 Hosts, add wheel and network group management 2024-11-28 14:18:11 -08:00
10038a1fde System, dynamic users for host, removes user.name
adds a new specialArg to hosts: usernameList, which is a list of users
determined through user/user.nix in the host/hostname dir.

This touches syncthing, tuigreet, jibril, shells, and system

removes the user.name field, and converts user.timezone to
system.timezone. This is to move user content off of the host.

This old system is replaced with dynamic user creation based on the
usernameList variable

Because this removes the users.users.defaultUser shells now use the
(more appropriate) users.defaultUserShell
2024-11-28 13:55:44 -08:00
85262bf9e1 System, get hostname from directory structure 2024-11-25 13:21:06 -08:00
9aa49cd3ae Users, use directory-driven users in flake.nix
This converts from the old manually defined users in flake.nix to a
dynamically defined users based on the directory structure. This is the
same as 9171e53 but for users instead of hosts.
2024-11-25 09:55:24 -08:00
9171e5365c Hosts, Use directory-driven hosts in flake.nix
This adds some code to flake.nix to read the directory of hosts/ and
find all hosts based on their host.nix file, and set the hostname based
on the directory.

I don't know enough about hostnames to know what are valid characters,
but in the future this could allow a hostname such as "servers/madoka"
which may be an issue. For now the structure is simple enough of
"hosts/name" resulting in hostname "name"

Another commit is planned which will do the same thing for users
2024-11-14 13:58:59 -08:00
c2c59c63cf Merge home-manager into nixos
Previously the home-manager and nixos sections of my config had been
separated into different branches on the same repository. This commit
merges the home-manager modules into the directory, and convert the
"systems" that used to be on each branch into hosts and users.

The goal of this change is to make it easier to see the hosts and users
paradigm, as well as limit the number of locations the git repository is
installed. Additionally, having different branches tracking different
changes was silly for a git repository.
2024-11-11 21:01:02 -08:00