Skip to content

Instantly share code, notes, and snippets.

View stelcodes's full-sized avatar
🏠
Working from home

Stel Clementine stelcodes

🏠
Working from home
  • 12:15 (UTC -06:00)
View GitHub Profile
@stelcodes
stelcodes / flake.nix
Created November 8, 2024 22:49
Basic Node/ PNPM Nix flake
{
description = "Basic Node/ PNPM Nix flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = inputs:
inputs.flake-utils.lib.eachDefaultSystem (system:
@stelcodes
stelcodes / configuration.nix
Created November 18, 2024 21:14 — forked from vy-let/configuration.nix
Setting up NixOS for typical home SMB file sharing
...
{
services.samba = {
enable = true;
syncPasswordsByPam = true;
# You will still need to set up the user accounts to begin with:
# $ sudo smbpasswd -a yourusername