diff options
| -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/) |
