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