mooore confing
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
./home-manager/autumn/sysconfs/yukigekko.nix
|
./home-manager/autumn/sysconfs/yukigekko.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"autumn@lesbos" = home-manager.lib.homeMangerConfiguration{
|
"autumn@lesbos" = home-manager.lib.homeManagerConfiguration{
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
pkgs = pkgs;
|
pkgs = pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
nixosConfigurations."lesbos" = nixpkgs.lib.nixosSystem{
|
nixosConfigurations."lesbos" = nixpkgs.lib.nixosSystem{
|
||||||
specialArgs = specialArgs;
|
specialArgs = specialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
./system/lesbos/configuration.nixpkgs
|
./system/lesbos/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -93,6 +93,11 @@
|
|||||||
# wget
|
# wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings = {
|
||||||
|
experimental-features = ["nix-command" "flakes"];
|
||||||
|
download-buffer-size = 5245880000;
|
||||||
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user