summaryrefslogtreecommitdiff
path: root/nixos/kusanagi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/kusanagi.nix')
-rw-r--r--nixos/kusanagi.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix
index 47ede9e..3cbbef3 100644
--- a/nixos/kusanagi.nix
+++ b/nixos/kusanagi.nix
@@ -7,7 +7,8 @@
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
./common.nix
- ./kde.nix
+ #./kde.nix
+ ./icewm.nix
#./gnome.nix
];
@@ -23,6 +24,12 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
+ # Old computer challenge
+ boot.kernelParams = [
+ "maxcpus=1"
+ "mem=512M"
+ ];
+
boot.initrd.luks.devices = {
crypted = {
device = "/dev/disk/by-uuid/e3271725-effb-4b00-a5d4-8a7a64f55420";