Fixed whitespaces

This commit is contained in:
Alexandre1a 2026-01-16 11:24:50 +01:00
parent 0ad362c70a
commit 418ca287aa
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10
5 changed files with 6 additions and 6 deletions

View File

@ -89,7 +89,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment = {
environment = {
systemPackages = with pkgs; [
playerctl

View File

@ -1,7 +1,7 @@
{
boot = {
loader = {
systemd-boot = {
systemd-boot = {
enable = true;
};
efi = {

View File

@ -22,7 +22,7 @@
kernelParams = [
"nvidia-drm.modset=1" # DRM modesetting
];
initrd = {
initrd = {
kernelModules = [
"nvidia"
"nvidia_modeset"

View File

@ -19,7 +19,7 @@
};
# Keymap in X11
services = {
services = {
xserver = {
xkb = {
layout = "fr";

View File

@ -1,8 +1,8 @@
{ config, ... }:
{
sops = {
secrets = {
sops = {
secrets = {
"wireless/freebox-password" = {
owner = "root";
group = "root";