summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index f825848..50fb2c9 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -9,11 +9,14 @@
imports = [
inputs.disko.nixosModules.disko
-
+ # ./disko.nix
./hardware-configuration.nix
+
../../os/default.nix
];
+ # hardware.facter.reportPath = /etc/nixos/hosts/desktop/facter.json;
+
os = {
core = {
allowUnfree.enable = true;
@@ -23,7 +26,11 @@
enable = true;
disable-devices.enable = true;
};
- bootloader.type = "systemd-boot";
+ bootloader = {
+ type = "systemd-boot";
+ timeout = 0;
+ # luks.enable = true;
+ };
drivers = {
enable = true;
cpu = "amd";
@@ -85,7 +92,6 @@
};
boot = {
- kernelParams = [ "video=DP-1:2560x1440@240" ];
kernelModules = [ "nct6687" ];
extraModulePackages = [
config.boot.kernelPackages.nct6687d