No description
Find a file
Florian RICHER 86c637804f
All checks were successful
check / check (push) Successful in 51s
perso-desktop: Remove parsec
Can't host game on Linux
2025-10-13 00:17:51 +02:00
.gitea/workflows Add -y flag in apt install 2024-05-24 21:24:52 +02:00
.vscode Add vscode autocomplete for nix (nixd) 2024-04-28 20:07:42 +02:00
hosts perso-desktop: Remove parsec 2025-10-13 00:17:51 +02:00
modules desktop(hyprland): Move to dedicated folder 2025-10-13 00:09:29 +02:00
overlays kwin: Remove syncobj patch 2024-05-31 12:15:48 +02:00
scripts scripts: Add scripts to install / configure age keys 2025-08-29 19:09:07 +02:00
secrets ryot: Add SERVER_ADMIN_ACCESS_TOKEN 2025-09-22 19:46:00 +02:00
tips docs: Improve docs 2025-08-29 19:08:37 +02:00
.envrc flake.nix: Add comment, devShells and cleanup redendant inputs 2024-10-28 21:16:27 +01:00
.gitignore homeserver: Implement traefik 2025-08-28 21:17:03 +02:00
.sops.yaml editors.neovim: Add AI assistant 2025-06-26 15:09:48 +02:00
flake.lock Update OS 2025-10-12 12:35:25 +02:00
flake.nix Update OS 2025-10-12 12:35:25 +02:00
LICENSE Initial commit 2023-02-01 19:47:00 +01:00
README.md docs: Improve docs 2025-08-29 19:08:37 +02:00

Usefull commands

Configure

NixOS

nixos-rebuild switch --flake flake_path_directory#hostname
nix flake update --extra-experimental-features "nix-command flakes"

Home manager on standalone Linux

Already explain here

Show changements between revisions

nix profile diff-closures --profile /nix/var/nix/profiles/system
nix store diff-closures /nix/var/nix/profiles/system-rev1-link /nix/var/nix/profiles/system-rev2-link

Clean system

List all profiles

nix profile history --profile /nix/var/nix/profiles/system

Remove all profiles older than 7 days

sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system
nix profile wipe-history --older-than 7d --profile ~/.local/state/nix/profiles/home-manager

Clean up all useless store from old profiles

sudo nix store gc --debug

Optimize Store

nix-store --optimise

error: cached failure of attribute 'nixosConfigurations.perso-desktop.config.system.build.toplevel'

sudo rm -fr /root/.cache/nix/

Usefull links

Sources