Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

kiltum/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos

My NixOS repo

To install

Boot from NixOS minimal installer. Copy-n-paste this

FLAKE="github:kiltum/nixos#kiltum"
DISK_DEVICE=/dev/nvme0n1
sudo nix \
    --extra-experimental-features 'flakes nix-command' \
    run github:nix-community/disko#disko-install -- \
    --flake "$FLAKE" \
    --write-efi-boot-entries \
    --disk main "$DISK_DEVICE"

You will get installed machine with my credentials :)

After first boot.

Clone this repo and run next commands inside repo

sudo rm /etc/nixos
sudo sudo ln -s `pwd` /etc/nixos
sudo nixos-rebuild switch

Try to save AL sensetive info in keepassxc

keepassxc-cli attachment-export ~/Nextcloud/keepassxc.kdbx SSH\ ключи/GPG gnupg.tar.gz 11

About

My test repo for nixos education

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors