mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
local-changes
This commit is contained in:
parent
5eda8ee5b6
commit
c6762ca23d
2 changed files with 3 additions and 3 deletions
|
|
@ -125,7 +125,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [ "olm-3.2.16" "electron-21.4.4" ];
|
permittedInsecurePackages = [ "olm-3.2.16" "electron-27.3.11" ];
|
||||||
};
|
};
|
||||||
overlays = [ nixpkgs-terraform.overlays.default ];
|
overlays = [ nixpkgs-terraform.overlays.default ];
|
||||||
};
|
};
|
||||||
|
|
@ -253,7 +253,7 @@
|
||||||
hostname = "rainbow-planet";
|
hostname = "rainbow-planet";
|
||||||
username = "gene";
|
username = "gene";
|
||||||
additionalModules = [
|
additionalModules = [
|
||||||
nixos-cosmic.nixosModules.default
|
#nixos-cosmic.nixosModules.default
|
||||||
nixos-hardware.nixosModules.dell-xps-13-9360
|
nixos-hardware.nixosModules.dell-xps-13-9360
|
||||||
];
|
];
|
||||||
additionalSpecialArgs = {};
|
additionalSpecialArgs = {};
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
services = {
|
services = {
|
||||||
boinc.enable = true;
|
boinc.enable = true;
|
||||||
dbus.implementation = "broker";
|
dbus.implementation = "broker";
|
||||||
desktopManager.cosmic.enable = true;
|
#desktopManager.cosmic.enable = true;
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue