diff options
| author | seth <[email protected]> | 2023-03-21 23:01:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-21 23:01:56 -0400 |
| commit | 41e6e9053b10b791437f7615e6214ef75685c4a6 (patch) | |
| tree | 7bb7a18c286aff426516e2ea10f9addebc084ef5 | |
| parent | f5681326f3c01e52cbf6cbc625224c1a95f8fe17 (diff) | |
explain host configurations
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | hosts/README.md | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ { - description = "getchoo's flake for nixos and home configurations"; + description = "getchoo's flake for system configurations"; inputs = { nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; diff --git a/hosts/README.md b/hosts/README.md new file mode 100644 index 0000000..ccc4c45 --- /dev/null +++ b/hosts/README.md @@ -0,0 +1,5 @@ +# hosts + +- glados: my main desktop +- glados-wsl: glados but for the windows partition +- turret: my netgear wac104 router running [openwrt](https://openwrt.org/) |
