mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update shared.nix
This commit is contained in:
@@ -24,12 +24,6 @@
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/".options = [ "compress=zstd" ];
|
||||
"/home".options = [ "compress=zstd" ];
|
||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
home-manager.users.thiloho = { ... }: {
|
||||
programs = {
|
||||
git = {
|
||||
|
||||
Reference in New Issue
Block a user