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
- Host: GitHub
- URL: https://github.com/iogamaster/snowfall-starter
- Owner: IogaMaster
- License: mit
- Created: 2023-11-06T22:14:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T22:18:45.000Z (6 months ago)
- Last Synced: 2025-03-18T15:43:32.422Z (3 months ago)
- Topics: nix-template, nixos-template
- Language: Nix
- Homepage:
- Size: 122 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```