1
0
Fork 0
Based on nixpkgs, nix-darwin and home-manager
Find a file
2023-03-20 20:34:56 +01:00
agenix/hosts/sail proxitok: tighten permissions 2023-03-20 20:27:31 +01:00
container proxitok: kill web after 2 seconds 2023-03-20 20:34:56 +01:00
hardware/hosts sail: load tls kernel module 2023-03-07 08:41:57 +01:00
home Update deps 2023-03-20 16:45:01 +01:00
patches Update deps 2022-10-26 16:10:57 +02:00
secret matrix: Switch to oci-containers config 2023-03-19 00:54:53 +01:00
system atuin: use DynamicUser 2023-03-20 20:14:08 +01:00
.gitattributes Add git-crypt 2022-07-30 22:44:28 +02:00
.gitignore Use nix-darwin+home-manager 2022-02-03 23:35:52 +01:00
flake.lock Update deps 2023-03-20 16:45:01 +01:00
flake.nix Remove all references to arion 2023-03-19 15:51:22 +01:00
README.md Remove zig overlay - builds on macOS now 2022-08-11 10:53:40 +02:00
secrets.nix invidious: only listen via tailscale 2023-03-20 14:24:04 +01:00

Installation

⚠️ I have switched to a combination of nix-darwin and home-manager. The installation instructions below do not work that setup.

Click to expand!
# nix
sh <(curl -L https://nixos.org/nix/install)

sudo echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
sudo echo 'keep-derivations = true' >> /etc/nix/nix.conf
sudo echo 'keep-outputs = true' >> /etc/nix/nix.conf
sudo echo 'auto-optimise-store = true' >> /etc/nix/nix.conf

# home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install

# Configuration
cd ~/.config
git clone git@github.com:nifoc/dotfiles.git nixpkgs
home-manager switch --flake ~/.config/nixpkgs/#$USER

sudo cachix use nix-community

Overlays