diff --git a/flake.nix b/flake.nix index a3995d3..0061ec5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A very basic flake"; + description = "Flake-o-rama"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 870551d..5dad608 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -45,7 +45,6 @@ tree ]; }; - # Services # Services - Openssh services.openssh = { diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..17791ad --- /dev/null +++ b/readme.md @@ -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" + ```