You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
arnaucube 6eb48663b6 update & reorganize nixos configs 1 week ago
..
.gitignore add nixos config 1 year ago
README.md update & reorganize nixos configs 1 week ago
chromeos-extra-hardware-configuration.nix update nixos config, update install-new-desktop.sh 1 year ago
common-configuration.nix update & reorganize nixos configs 1 week ago
surface-configuration.nix update & reorganize nixos configs 1 week ago
surface-extra-hardware-configuration.nix small nix update 2 months ago
thinkpad-configuration.nix update & reorganize nixos configs 1 week ago

README.md

from time to time run the following commands to remove stuff from old generations

# list old generations
sudo nix-env --list-generations --profile /nix/var/nix/profiles/system

# remove old generations
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations 9 10 11 12 13 X...


# to remove old programs
nix-collect-garbage --delete-old

When stting up the config files in a system, remember to rename either the file thinkpad-configuration.nix or surface-configuration.nix files into configuration.nix.