chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 3737a61fa5
commit 28c430568d
38 changed files with 93 additions and 119 deletions

View File

@@ -5,7 +5,7 @@
../../system
];
system = {
mySystem = {
boot = {
kernel.hardened = true;
systemd-boot = false;

View File

@@ -7,11 +7,10 @@
imports = [
inputs.sops-nix.nixosModules.sops
./hardware-configuration.nix
# ./services
../../system
];
system = {
mySystem = {
boot = {
plymouth.enable = true;
kernel = {

View File

@@ -1,15 +0,0 @@
{
# imports = [
# ./gnome.nix
# ];
services = {
# Enable CUPS to print documents.
printing.enable = true;
openssh.enable = true;
fwupd.enable = true;
udev.extraRules = ''
ATTRS{name}=="*TPPS/2 IBM TrackPoint", ENV{ID_INPUT}="", ENV{ID_INPUT_MOUSE}="", ENV{ID_INPUT_POINTINGSTICK}=""
'';
};
}

View File

@@ -1,11 +0,0 @@
{
services.xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
xkb = {
layout = "fr";
variant = "bepo";
};
};
}

View File

@@ -5,11 +5,11 @@
}: {
imports = [
inputs.sops-nix.nixosModules.sops
./system/hardware-configuration.nix
./hardware-configuration.nix
../../system
];
system = {
mySystem = {
boot = {
extraModprobeConfig = ''
options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1

View File

@@ -9,7 +9,7 @@
./services
];
system = {
mySystem = {
boot = {
kernel = {
hardened = true;