An open API service indexing awesome lists of open source software.

https://github.com/iogamaster/snowfall-starter

A simple template for a NixOS configuration with snowfall, has some basic modules like bios and efi
https://github.com/iogamaster/snowfall-starter

nix-template nixos-template

Last synced: 3 months ago
JSON representation

A simple template for a NixOS configuration with snowfall, has some basic modules like bios and efi

Awesome Lists containing this project

README

        



My NixOS flake template made with snowfall.


























## My system management tool `sys`

`sys` is a bash script I made that makes working with NixOS easier.

Rebuild (in flake directory)

```sh
sudo sys rebuild # or `r` as a shorthand
```

Testing an ephemeral config:

```sh
sudo sys test # or `t` as a shorthand
```

Deploying to a server (in flake directory):

```sh
sudo sys deploy HOSTNAME # or `d` as a shorthand
```