From 6d67498228723f03b01daf7644232257355c9c02 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:31:12 +0000 Subject: [PATCH 01/11] update wsl --- flake.nix | 1 + users/anon/default.nix | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 474364c..fa4967f 100644 --- a/flake.nix +++ b/flake.nix @@ -181,6 +181,7 @@ modules = [ #"${nixpkgs}/nixos/modules/profiles/minimal.nix" ./users/anon + ./modules/cli-tools.nix ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ./systems/wsl/configuration.nix nixos-wsl.nixosModules.wsl diff --git a/users/anon/default.nix b/users/anon/default.nix index 22e12cd..8e58d15 100644 --- a/users/anon/default.nix +++ b/users/anon/default.nix @@ -18,9 +18,6 @@ description = config.mainUser.name; shell = pkgs.zsh; extraGroups = [ "networkmanager" "wheel" "docker" "wireshark"]; - packages = with pkgs; [ - firefox - ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 lukas" "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuRAKtoU5rjSbjDxlac6oAww/XHgsVRFHwIVnVm/TrTtDNqRyAkr6fIUiSKTHrpBPyJjIKCzkHS8QhbS2zZo4wjcgAyMyK33q/CzLs8DPQMWX0RKxR+OaVNwh90iWHr663a5x7ztTag3oPGOAYjeqCoIJWyQRlvIKflriJnAjWE8nvw4QkErpRWo4JJnhS61GQMrPT6VK0yXzq3zQs2t3cXTvGMmeLjBuluvJ6yiDk2bAGdY2UWnbs1y2M1TD3xn0pHzITeQnoWLfy+cwPHnEulciVqyr4pp6LDygmIPI1rxKAIQUnwo09n/A1eIcqlUo8aKy7ZDyrssuGWKZ/U4FC258NWwdUPbjyQvzNdcZjXC4+AmQTb+DwiECYOCfF7O/uRRqoFl7jfVfKqHJ7DKebt20QKwDCH/d5qfDs6xA0Krl2dgu3vePhsOkmpnIfPk9Cxl+YHGfmpCOVQHhxCwpkQs0Oh7NerO3idnG1enckjCuzCotnL8vDhczdL4eZmus= kopatz@nix-laptop From cef5286d9256aad3fed3187c7bab7a41ef23ca35 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:33:17 +0000 Subject: [PATCH 02/11] update wsl --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fa4967f..f7b3744 100644 --- a/flake.nix +++ b/flake.nix @@ -181,6 +181,7 @@ modules = [ #"${nixpkgs}/nixos/modules/profiles/minimal.nix" ./users/anon + ./modules/nix/settings.nix ./modules/cli-tools.nix ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ./systems/wsl/configuration.nix From d4892045cf5da57ab9ec794200c2af69b41c0706 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:36:31 +0000 Subject: [PATCH 03/11] wsl --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f7b3744..2b96754 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,10 @@ }; nixosConfigurations."wsl" = nixpkgs.lib.nixosSystem { inherit system; - specialArgs = {inherit inputs ;}; + specialArgs = { + inherit inputs; + pkgsVersion = nixpkgs-unstable; + }; modules = [ #"${nixpkgs}/nixos/modules/profiles/minimal.nix" ./users/anon From 87d8cf077820cab80ba0e603a1f406c40e018f29 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:52:16 +0100 Subject: [PATCH 04/11] update --- modules/fh/forensik.nix | 1 + modules/graphical/games.nix | 2 ++ modules/nix/ld.nix | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/modules/fh/forensik.nix b/modules/fh/forensik.nix index 67265e5..66fc83a 100644 --- a/modules/fh/forensik.nix +++ b/modules/fh/forensik.nix @@ -6,5 +6,6 @@ binwalk sleuthkit samdump2 + apktool ]; } diff --git a/modules/graphical/games.nix b/modules/graphical/games.nix index a1a768c..b2f662f 100644 --- a/modules/graphical/games.nix +++ b/modules/graphical/games.nix @@ -10,7 +10,9 @@ taisei osu-lazer-bin wineWowPackages.unstableFull + winetricks lutris prismlauncher + #libs ]; } diff --git a/modules/nix/ld.nix b/modules/nix/ld.nix index 4ff6916..3e67ea3 100644 --- a/modules/nix/ld.nix +++ b/modules/nix/ld.nix @@ -1,3 +1,40 @@ +{ pkgs, ... }: { programs.nix-ld.enable = true; +# programs.nix-ld.libraries = with pkgs; [ +# nspr +# xorg.libXrandr +# xorg.libX11 +# xorg.libXcomposite +# xorg.libXdamage +# xorg.libXfixes +# xorg.libXrender +# xorg.libXtst +# xorg.libXau +# xorg.libXdmcp +# expat +# libgcc.lib +# libglvnd +# zlib +# zstd +# stdenv.cc.cc +# curl +# openssl +# attr +# libssh +# bzip2 +# libxml2 +# acl +# libsodium +# util-linux +# xz +# systemd +# libkrb5 +# glib +# nss +# freetype +# fontconfig.lib +# dbus.lib +# alsa-lib +# ]; } From 42de357357f7cbe544b30ca73ce17d791bfa4596 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:34:41 +0100 Subject: [PATCH 05/11] update deprecated --- flake.lock | 30 ++++++++++++++-------------- home-manager/nvim.nix | 1 - home-manager/themes/yorha/colors.nix | 2 +- home-manager/zsh.nix | 2 +- modules/gpg.nix | 2 +- modules/graphical/plasma.nix | 6 +++--- systems/pc/configuration.nix | 4 ++-- 7 files changed, 23 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index 334ef17..0b290ad 100644 --- a/flake.lock +++ b/flake.lock @@ -121,11 +121,11 @@ ] }, "locked": { - "lastModified": 1709904018, - "narHash": "sha256-fVp/89wNjWg7OQ/Gj3eSK2IXKDk9mXSj5ltOz98Ce2w=", + "lastModified": 1710532761, + "narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=", "owner": "nix-community", "repo": "home-manager", - "rev": "8b07ca541939211d3cc437ddfd74ebdef3d72471", + "rev": "206f457fffdb9a73596a4cb2211a471bd305243d", "type": "github" }, "original": { @@ -177,11 +177,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1709410583, - "narHash": "sha256-esOSUoQ7mblwcsSea0K17McZuwAIjoS6dq/4b83+lvw=", + "lastModified": 1710622004, + "narHash": "sha256-6zR642tXcZzzk3C8BHxlCrR0yh8z8zMXLiuXpWDIpX0=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "59e37017b9ed31dee303dbbd4531c594df95cfbc", + "rev": "968952f950a59dee9ed1e8799dda38c6dfa1bad3", "type": "github" }, "original": { @@ -200,11 +200,11 @@ ] }, "locked": { - "lastModified": 1709892121, - "narHash": "sha256-JV1F/ZGwgutBCvTDeQuG/UxreU9/B1J4EoTmZm1XLpI=", + "lastModified": 1710519878, + "narHash": "sha256-0dbc10OBFUVYyXC+C+N6vRUd8xyBSRxkcZ4Egipbx0M=", "owner": "nix-community", "repo": "NixOS-WSL", - "rev": "b8db5fddf63be77204290074930560f4a1fff5a6", + "rev": "aef95bdb6800a3a2af7aa7083d6df03067da6592", "type": "github" }, "original": { @@ -246,11 +246,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1709703039, - "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", + "lastModified": 1710451336, + "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", + "rev": "d691274a972b3165335d261cc4671335f5c67de9", "type": "github" }, "original": { @@ -261,11 +261,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1709677081, - "narHash": "sha256-tix36Y7u0rkn6mTm0lA45b45oab2cFLqAzDbJxeXS+c=", + "lastModified": 1710565619, + "narHash": "sha256-xu/EnZCNdIj7m/QjCNIG5vrCA4TYg5uwFReb9XDxET0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "880992dcc006a5e00dd0591446fdf723e6a51a64", + "rev": "8ac30a39abc5ea67037dfbf090d6e89f187c6e50", "type": "github" }, "original": { diff --git a/home-manager/nvim.nix b/home-manager/nvim.nix index 4468743..9c03d72 100644 --- a/home-manager/nvim.nix +++ b/home-manager/nvim.nix @@ -10,7 +10,6 @@ enable = true; defaultEditor = true; extraPackages = with pkgs; [ - rnix-lsp gcc ripgrep fd diff --git a/home-manager/themes/yorha/colors.nix b/home-manager/themes/yorha/colors.nix index 7c5e344..445a70a 100644 --- a/home-manager/themes/yorha/colors.nix +++ b/home-manager/themes/yorha/colors.nix @@ -2,7 +2,7 @@ slug = "yorha"; name = "yorha"; author = "flick0 (https://github.com/flick0)"; - colors = { + palette = { base00 = "#1e1d1c"; base01 = "#A39D8F"; base02 = "#AFA899"; diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 079d2d0..1ad342a 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -3,7 +3,7 @@ programs.zsh = { enable = true; enableCompletion = true; - enableAutosuggestions = true; + autosuggestion.enable = true; shellAliases = { ll = "ls -l"; update = "sudo nixos-rebuild switch"; diff --git a/modules/gpg.nix b/modules/gpg.nix index ebd5617..0643c4d 100644 --- a/modules/gpg.nix +++ b/modules/gpg.nix @@ -5,7 +5,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; - pinentryFlavor = "qt"; + #pinentryFlavor = "qt"; }; #environment.systemPackages = with pkgs; [ # pinentry-curses diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index 16d3033..6dfd7df 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -2,10 +2,10 @@ { services.xserver = { - layout = "at"; - xkbVariant = ""; + xkb.layout = "at"; + xkb.variant = ""; enable = true; displayManager.sddm.enable = true; - desktopManager.plasma6.enable = true; }; + services.desktopManager.plasma6.enable = true; } diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index c47ef10..1a0a61c 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -56,8 +56,8 @@ # Configure keymap in X11 services.xserver = { - layout = lib.mkForce "de"; - xkbVariant = lib.mkForce "us"; + xkb.layout = lib.mkForce "de"; + xkb.variant = lib.mkForce "us"; }; # Configure console keymap From a2a6918f1f9a2ebd706765e54761b086444a4e55 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:39:30 +0100 Subject: [PATCH 06/11] disable loopback for now --- modules/graphical/obs.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/graphical/obs.nix b/modules/graphical/obs.nix index 1bf4202..eaf612d 100644 --- a/modules/graphical/obs.nix +++ b/modules/graphical/obs.nix @@ -1,9 +1,10 @@ { config, pkgs, ...}: { - boot = { - kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot - extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work - }; + # borked in unstable branch + #boot = { + # kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot + # extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work + #}; environment.systemPackages = with pkgs; [ (wrapOBS { From 9f3c9fe588d7241f88acb29d8ce7f1e878698a6f Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:02:20 +0100 Subject: [PATCH 07/11] fix wayland --- flake.nix | 1 + home-manager/zsh.nix | 3 ++- modules/graphical/plasma.nix | 1 + modules/graphical/wayland.nix | 21 +++++++++++++++++++++ 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 modules/graphical/wayland.nix diff --git a/flake.nix b/flake.nix index 2b96754..a661931 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ ### User specific ### ./users/kopatz ### System modules ### + ./modules/graphical/wayland.nix ./modules/graphical/plasma.nix #./modules/graphical/hyprland.nix ./modules/graphical/emulators.nix diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 1ad342a..7c861d0 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -9,7 +9,8 @@ update = "sudo nixos-rebuild switch"; updateOffline = "sudo nixos-rebuild switch --option substitute false"; checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)"; - ssh="TERM=xterm-256color ssh"; + checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole"; + ssh = "TERM=xterm-256color ssh"; }; oh-my-zsh = { enable = true; diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index 6dfd7df..c205fb1 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -6,6 +6,7 @@ xkb.variant = ""; enable = true; displayManager.sddm.enable = true; + displayManager.sddm.wayland.enable = true; }; services.desktopManager.plasma6.enable = true; } diff --git a/modules/graphical/wayland.nix b/modules/graphical/wayland.nix new file mode 100644 index 0000000..73760a7 --- /dev/null +++ b/modules/graphical/wayland.nix @@ -0,0 +1,21 @@ +{ + environment.sessionVariables = { + # For shared clipboard with Xwayland apps + MOZ_DBUS_REMOTE = "1"; + KITTY_ENABLE_WAYLAND = "1"; + _JAVA_AWT_WM_NONREPARENTING = "1"; + MOZ_ENABLE_WAYLAND = "1"; + WLR_NO_HARDWARE_CURSORS = "1"; + NIXOS_OZONE_WL = "1"; + + LIBVA_DRIVER_NAME = "nvidia"; + __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + GBM_BACKEND = "nvidia-drm"; + + XDG_SESSION_TYPE = "wayland"; + # Can break some native games + SDL_VIDEODRIVER = "wayland"; + QT_QPA_PLATFORM = "wayland;xcb"; + ELECTRON_OZONE_PLATFORM_HINT = "wayland"; + }; +} From 169bbea902ce9e70703279ab791df825aca65a67 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:36:14 +0100 Subject: [PATCH 08/11] fail at everything --- flake.nix | 1 - home-manager/kde-path.nix | 47 +++++++++++++++++++++++++++++++++++ modules/graphical/plasma.nix | 2 +- modules/graphical/wayland.nix | 21 ---------------- users/kopatz/home.nix | 1 + 5 files changed, 49 insertions(+), 23 deletions(-) create mode 100644 home-manager/kde-path.nix delete mode 100644 modules/graphical/wayland.nix diff --git a/flake.nix b/flake.nix index a661931..2b96754 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,6 @@ ### User specific ### ./users/kopatz ### System modules ### - ./modules/graphical/wayland.nix ./modules/graphical/plasma.nix #./modules/graphical/hyprland.nix ./modules/graphical/emulators.nix diff --git a/home-manager/kde-path.nix b/home-manager/kde-path.nix new file mode 100644 index 0000000..c5f866a --- /dev/null +++ b/home-manager/kde-path.nix @@ -0,0 +1,47 @@ +{ config, ... }: +{ + home.file."path.sh" = { + enable = true; + recursive = true; + executable = true; + text = '' + #!/usr/bin/env sh + if [ "$XDG_SESSION_TYPE" = "wayland" ]; then + export MOZ_DBUS_REMOTE="1" + export KITTY_ENABLE_WAYLAND="1" + export _JAVA_AWT_WM_NONREPARENTING="1" + export MOZ_ENABLE_WAYLAND="1" + export WLR_NO_HARDWARE_CURSORS="1" + export NIXOS_OZONE_WL="1" + + export LIBVA_DRIVER_NAME="nvidia" + export __GLX_VENDOR_LIBRARY_NAME="nvidia" + export GBM_BACKEND="nvidia-drm" + + export XDG_SESSION_TYPE="wayland" + export QT_QPA_PLATFORM="wayland;xcb" + export ELECTRON_OZONE_PLATFORM_HINT="wayland" + fi + ''; + target = ".config/plasma-workspace/env/path.sh"; + }; + # home.file."path.desktop" = { + # enable = true; + # recursive = true; + # executable = true; + # text = '' + # [Desktop Entry] + # Type=Application + # Exec=${config.xdg.configHome}/autostart/path.sh + # Hidden=false + # NoDisplay=false + # X-GNOME-Autostart-enabled=true + # Name[en_US]=Login Script + # Name=Login Script + # Comment[en_US]=Launches login script and sets environment variables + # Comment=Launches login script and sets environment variables + # ''; + # target = ".config/autostart/path.desktop"; + # }; + +} diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index c205fb1..73c18ab 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -6,7 +6,7 @@ xkb.variant = ""; enable = true; displayManager.sddm.enable = true; - displayManager.sddm.wayland.enable = true; + #displayManager.sddm.wayland.enable = true; }; services.desktopManager.plasma6.enable = true; } diff --git a/modules/graphical/wayland.nix b/modules/graphical/wayland.nix deleted file mode 100644 index 73760a7..0000000 --- a/modules/graphical/wayland.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - environment.sessionVariables = { - # For shared clipboard with Xwayland apps - MOZ_DBUS_REMOTE = "1"; - KITTY_ENABLE_WAYLAND = "1"; - _JAVA_AWT_WM_NONREPARENTING = "1"; - MOZ_ENABLE_WAYLAND = "1"; - WLR_NO_HARDWARE_CURSORS = "1"; - NIXOS_OZONE_WL = "1"; - - LIBVA_DRIVER_NAME = "nvidia"; - __GLX_VENDOR_LIBRARY_NAME = "nvidia"; - GBM_BACKEND = "nvidia-drm"; - - XDG_SESSION_TYPE = "wayland"; - # Can break some native games - SDL_VIDEODRIVER = "wayland"; - QT_QPA_PLATFORM = "wayland;xcb"; - ELECTRON_OZONE_PLATFORM_HINT = "wayland"; - }; -} diff --git a/users/kopatz/home.nix b/users/kopatz/home.nix index ccc3deb..ea3f28c 100644 --- a/users/kopatz/home.nix +++ b/users/kopatz/home.nix @@ -21,6 +21,7 @@ ../../home-manager/lf.nix ../../home-manager/kitty.nix ../../home-manager/rofi.nix + ../../home-manager/kde-path.nix inputs.nix-colors.homeManagerModule ]; From 99388e4590d293a6c6b3674637f107a87511a2ad Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:42:46 +0100 Subject: [PATCH 09/11] still use old option because of laptop --- home-manager/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 7c861d0..d23f593 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -3,7 +3,8 @@ programs.zsh = { enable = true; enableCompletion = true; - autosuggestion.enable = true; + # new option autosuggestion.enable = true; + enableAutosuggestions = true; shellAliases = { ll = "ls -l"; update = "sudo nixos-rebuild switch"; From ee348a856f46a16800bff3b44f48f8d405a73db5 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:18:53 +0100 Subject: [PATCH 10/11] encryptfs --- flake.nix | 1 + modules/cli-tools.nix | 1 + modules/ecryptfs.nix | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 modules/ecryptfs.nix diff --git a/flake.nix b/flake.nix index 2b96754..b55819e 100644 --- a/flake.nix +++ b/flake.nix @@ -157,6 +157,7 @@ ./modules/fh/forensik.nix ./systems/laptop/configuration.nix ./modules/cli-tools.nix + ./modules/ecryptfs.nix ./modules/virt-manager.nix ./modules/vmware-host.nix ./modules/nix/ld.nix diff --git a/modules/cli-tools.nix b/modules/cli-tools.nix index 8ce21ec..0b4aa1d 100644 --- a/modules/cli-tools.nix +++ b/modules/cli-tools.nix @@ -24,5 +24,6 @@ tldr file unzip + lsof ]; } diff --git a/modules/ecryptfs.nix b/modules/ecryptfs.nix new file mode 100644 index 0000000..55a1894 --- /dev/null +++ b/modules/ecryptfs.nix @@ -0,0 +1,10 @@ +{ pkgs, ...}: +{ + environment.systemPackages = with pkgs; [ + ecryptfs + ]; + security.pam.enableEcryptfs = true; + + programs.ecryptfs.enable = true; + boot.kernelModules = ["ecryptfs"]; +} From e774dd0227b5249e15e500ba1508e9cca9e4d99b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:16:43 +0100 Subject: [PATCH 11/11] remove forensik --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b55819e..8f103c9 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ ./modules/graphical/ime.nix ./modules/graphical/code.nix ./modules/graphical/shared.nix - ./modules/fh/forensik.nix + #./modules/fh/forensik.nix ./modules/hardware/nvidia.nix ./modules/hardware/ssd.nix ./modules/hardware/firmware.nix @@ -154,7 +154,7 @@ ./modules/graphical/ime.nix ./modules/graphical/code.nix ./modules/graphical/shared.nix - ./modules/fh/forensik.nix + #./modules/fh/forensik.nix ./systems/laptop/configuration.nix ./modules/cli-tools.nix ./modules/ecryptfs.nix