docs: update readme
This commit is contained in:
parent
0562213646
commit
1b50df5447
4 changed files with 12 additions and 7 deletions
|
@ -22,10 +22,12 @@
|
||||||
|
|
||||||
+ :house_with_garden: [home](home)
|
+ :house_with_garden: [home](home)
|
||||||
+ :computer: [hosts](hosts)
|
+ :computer: [hosts](hosts)
|
||||||
|
- :wind_chime: [kariru](hosts/kariru)
|
||||||
- :cherry_blossom: [sakura](hosts/sakura)
|
- :cherry_blossom: [sakura](hosts/sakura)
|
||||||
- :white_flower: [sutakku](hosts/sutakku)
|
|
||||||
- :full_moon: [tsuki](hosts/tsuki)
|
- :full_moon: [tsuki](hosts/tsuki)
|
||||||
+ :electric_plug: [modules](modules)
|
+ :electric_plug: [modules](modules)
|
||||||
|
- :satellite: [services](modules/services)
|
||||||
|
- :anchor: [arr](modules/services/arr)
|
||||||
+ :package: [pkgs](pkgs)
|
+ :package: [pkgs](pkgs)
|
||||||
+ :lock: [secrets](secrets)
|
+ :lock: [secrets](secrets)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ the home of my dotfiles, configured and managed by home-manager.
|
||||||
name | description
|
name | description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
`direnv` | a shell extension, that loads environment variables in certain directories
|
`direnv` | a shell extension, that loads environment variables in certain directories
|
||||||
`default.nix` | used for commonly shared modules, for multiple home-manager configs
|
`default` | used for commonly shared modules, for multiple home-manager configs
|
||||||
`dunst` | notification daemon
|
`dunst` | notification daemon
|
||||||
`git` | version control system
|
`git` | version control system
|
||||||
`gtk` | themes
|
`gtk` | themes
|
||||||
|
|
|
@ -4,6 +4,8 @@ my different hosts, each with their own unique configurations and purposes.
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
`sakura` | my WIP new main vm
|
`kariru` | *arr stack / seedbox vm
|
||||||
`sutakku` | (currently) my *arr stack / seedbox vm
|
`sakura` | WIP new main vm
|
||||||
`tsuki` | my main machine running hyprland
|
`tsuki` | main machine running hyprland
|
||||||
|
`default` | defines `nixosConfigurations`
|
||||||
|
`deploy` | defines deployment nodes for deploy-rs
|
||||||
|
|
|
@ -4,15 +4,16 @@ this directory hosts some common modules / services / security tweaks used on (m
|
||||||
|
|
||||||
name | description
|
name | description
|
||||||
--------------- | -----------
|
--------------- | -----------
|
||||||
`services` | houses my oci containers
|
`services` | houses my oci containers, and other services
|
||||||
`default` | used for commonly shared modules
|
`default` | used for commonly shared modules
|
||||||
`fonts` | font handling
|
`fonts` | font handling
|
||||||
`greetd` | login manager
|
`greetd` | login manager
|
||||||
`networking` | common network configuration
|
`networking` | common network configuration
|
||||||
`nix` | common nix configuration
|
`nix` | common nix configuration
|
||||||
|
`openssh` | configures openssh options
|
||||||
`security` | stolen from [hlissner](https://github.com/hlissner)
|
`security` | stolen from [hlissner](https://github.com/hlissner)
|
||||||
`sops` | configures sops-nix
|
`sops` | configures sops-nix
|
||||||
`swayidle` | idle manager daemon
|
`swayidle` | idle manager daemon
|
||||||
`system.nix` | commonly shared system settings
|
`system.nix` | commonly shared system settings
|
||||||
`udevd` | fixes an issue when using `nixos-rebuild`, tracked [here](https://github.com/NixOS/nixpkgs/issues/180175)
|
`users.nix` | defines all hosts users & groups
|
||||||
`virtualisation`| basic docker configuration
|
`virtualisation`| basic docker configuration
|
Loading…
Reference in a new issue