Add readme and catchy name
This commit is contained in:
parent
c24c9bc58b
commit
9f5976eabf
3 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "A very basic flake";
|
description = "Flake-o-rama";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
tree
|
tree
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
# Services - Openssh
|
# Services - Openssh
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
12
readme.md
Normal file
12
readme.md
Normal 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"
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue