Commit graph

26 commits

Author SHA1 Message Date
f124e0550d
Tailscale, Move to service, enable on Juri & Onizuka 2025-07-10 12:06:34 -07:00
717b6e5c8e
Headscale, initialization 2025-07-10 12:06:30 -07:00
148cd416e9
Jibril, disable and enable many apps
disable tailscale, hypr, steam; rofi, musescore, and timer notifications
enable postgres, niri

Hypr and niri are essentially swapped for one another. Though they are
not mutually exclusive. A similar interface to shells would do good for
window managers.
2025-06-11 13:55:07 -07:00
9b4ad5096a
Onizuka, enable postgres 2025-06-09 10:58:44 -07:00
7eac8ad443
Pan@Onizuka, enable catppuccin for neovim 2025-05-22 09:29:35 -07:00
f5962d1d27
Niri, Hypr, Flake Bump, tuigreet, init niri
Sets up a config for Niri which involved both the host and user config
settings. It's a semi basic set up to be improved on further later.

This also needs to bump flake so that niri can be added to the flake
update. I don't know what the flake bump date was at this point, so I'll
have to bump it again soon.

This needs to break apart the "waylandcompositors" service to allow niri
and hypr to better fit the directory structure. Otherwise Hypr is
unchanged.

need to update the tuigreet default WM based on the currently selected
one. Currently prioritizes Hyprland > Niri because I didn't want to
write assert code...
2025-05-22 09:27:37 -07:00
21c134cdba
Onizuka, enable sshd 2025-05-06 12:35:24 -07:00
8cd1945b3b
Postgres, service init 2025-04-09 14:06:04 -07:00
4b708b5fb3
Juri, add forgejo server with admin account 2025-03-24 12:36:15 -07:00
6b73404361
Juri, pds + caddy running 2025-03-18 14:09:25 -07:00
68b38ecb38
Onizuka, fix hypr and new hosts structure 2025-03-17 18:49:30 -07:00
eed568e289
Juri, add sops and pds invocation 2025-03-17 16:28:57 -07:00
7c5bbbe9f4
Users, add juri and update automatic start version 2025-03-12 22:30:33 -07:00
bb463bfb3f
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
a4f50c3aee
Kitty, add catppuccin theme 2025-01-09 10:20:46 -08:00
f7ff7efe7c
Neovim, add catppuccin theme 2025-01-09 10:20:27 -08:00
dfbe5210c4
Neovim, go lang, remore rustacean lsp call 2025-01-09 09:35:51 -08:00
17c7fde05f
OS, add basic tailscale app 2025-01-08 13:39:56 -08:00
5605c829b6
hmAuto, set username based on filedir 2024-12-01 00:18:43 -08:00
e2e3598230
Jibril, update to match new host modules 2024-11-29 02:09:23 -08:00
91e5b47a8f
Hosts, add wheel and network group management 2024-11-28 14:18:11 -08:00
d994e11918
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
6124a298eb
System, get hostname from directory structure 2024-11-25 13:21:06 -08:00
0e5c6ab2c2
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 ba5fd48 but for users instead of hosts.
2024-11-25 09:55:24 -08:00
ba5fd48569
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
86bc28d6d4
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