Add readme and catchy name

This commit is contained in:
Reid 2023-08-10 02:30:22 -07:00
parent c24c9bc58b
commit 9f5976eabf
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
description = "A very basic flake";
description = "Flake-o-rama";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

View file

@ -45,7 +45,6 @@
tree
];
};
# Services
# Services - Openssh
services.openssh = {

12
readme.md Normal file
View file

@ -0,0 +1,12 @@
# Flake-o-rama
Nix Flake dotfiles used on my server.
## Development
_Commands here will assume you are currently in the directory of the dotfiles._
- To build the system:
```sh
sudo nixos-rebuild switch --flake ".#server"
```