From 45c4cdda91e5c9d80f2adecf1ab86378264be38f Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 8 Jan 2026 20:12:39 +0100 Subject: [PATCH] Added a new host, a lightweight config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit supprimé : hosts/light/configuration.nix supprimé : hosts/light/hardware-configuration.nix supprimé : hosts/light/home.nix supprimé : hosts/light/modules.nix --- .DS_Store | Bin 0 -> 6148 bytes hosts/.DS_Store | Bin 0 -> 6148 bytes hosts/light/configuration.nix | 68 ------------------------- hosts/light/hardware-configuration.nix | 41 --------------- hosts/light/home.nix | 3 -- hosts/light/modules.nix | 3 -- 6 files changed, 115 deletions(-) create mode 100644 .DS_Store create mode 100644 hosts/.DS_Store delete mode 100644 hosts/light/configuration.nix delete mode 100644 hosts/light/hardware-configuration.nix delete mode 100644 hosts/light/home.nix delete mode 100644 hosts/light/modules.nix diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9ca6d3c152f16defb5a16e2338b163183e1f8d28 GIT binary patch literal 6148 zcmeHKzi-n(6n@vb*rozS2vmj+mRKW*t5OMpkV(VFfG~mqP>Aa&v9Ntn>=2Yk^J!cRJ8zUX~;SSA4wMf%p6fg?>iwdxB*Mf^MfCNhI`?c1;slJSMI#Eg^ z>~r4jegE+F<)<6EKmM(MG*tG6wE$CL1%^POfD(#mT8!lA@1s$g6lJURnJg_^D<^E* zwO8#&;gC+lvR6)uc5nQEJ>8`=jSkzr=w8yFb{l86XG>P;rZ@99H@BMJl~!v$cb#(=E?vFTeUfH5eZ?5#K8G6} zw^I@i;Wajt1!+>kwFBL&in+c2_Qm=x7gNd4=ubJ1j?e^!kBo`S`_DPUU&c{cE{@WelG`{L@+pwV4vewJ*RS(&Zq*}H zKINC-@|#NX(Z*5vERNFn@S~4WI({a9%FgQXTe?}XQNSqh2L;&v;9+4HNUQ|%tph85 z1wgd0n;W*-U4rF!5(9~qK=hyyk%}l%iM(PExgQgej{ZQ#R{}*k5I!@GBWEV^hC=x4 z*zfUhAb~(r8wHF4x&q7MvBA#&n~U%NdXjlE3K#|cD+P$v2|I0Ek~~{$i(_Z4hvhLA rW-P7}$WySA$1!iPqxd`)Zs_w^12K?T3B(>W^GAToU@D`)Usd1-5+KPW literal 0 HcmV?d00001 diff --git a/hosts/.DS_Store b/hosts/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..a91a992e2411238000da469cde9a7179ef703bff GIT binary patch literal 6148 zcmeHKJx{|h5IvU`B4Fr<#1iof=*DQOu&_ZlSfH(Fk(#CwAQ;2Iz{Fo+V`byN@GE$C zHm%(Ru^|L^mHpED$a7v5Urj`&do%11wTURfU~H~qsxgl9s93{$xY)=&3Ytzvo!+3x zXO(Pqr~<0MZ&QHZ-BlV;K{-B^_qX-F9M6j^>raY4{K@m<_S(t)+kQ1?_-)Q?9PSgm z3~JGYE@?z#x{h~|&8IjTt^twby$4xCP@flz71U?M{1!>z&*@yWxQh7`-sys9$bYzU z+bEp|QO1J5J|pJeb^KF2{~dmXCH|cY;h#rC{?`|Cbo$93WGwjWGh%+r{A&M80rYIP zWW%A(s(>n>3d|MY{UOC*v>r=`vUOmRBLJ`ow-~OamjhFF0IkQ;Av`eSN`bD__#=jK z.useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.enp2s0.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/hosts/light/home.nix b/hosts/light/home.nix deleted file mode 100644 index 1797133..0000000 --- a/hosts/light/home.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} diff --git a/hosts/light/modules.nix b/hosts/light/modules.nix deleted file mode 100644 index 0db3279..0000000 --- a/hosts/light/modules.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - -}