cleaned laptop
This commit is contained in:
parent
bf3fa91538
commit
0fca28f8fd
7 changed files with 38 additions and 20 deletions
|
|
@ -8,11 +8,11 @@
|
|||
./config/boot.nix
|
||||
./config/drivers_video.nix
|
||||
./config/power_management.nix
|
||||
./config/system.nix
|
||||
./coonfig/memory.nix
|
||||
# ensemble de packages et configurations système
|
||||
../common/basesystem/bluetooth.nix
|
||||
../common/basesystem/language.nix
|
||||
../common/basesystem/memory.nix
|
||||
../common/basesystem/system.nix
|
||||
../common/basesystem/system_saves.nix
|
||||
../common/basesystem/users.nix
|
||||
# style
|
||||
|
|
|
|||
19
hosts/nixos-laptop/config/system.nix
Normal file
19
hosts/nixos-laptop/config/system.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
hostName = "nixos-laptop";
|
||||
networkmanager.enable = true;
|
||||
firewall.enable = true;
|
||||
};
|
||||
services = {
|
||||
xserver.xkb = {
|
||||
layout = "fr";
|
||||
variant = "";
|
||||
};
|
||||
printing.enable = true;
|
||||
openssh.enable = false;
|
||||
flatpak.enable = true;
|
||||
fprintd.enable = true;
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
@ -8,12 +8,11 @@
|
|||
./config/boot.nix
|
||||
./config/drivers_video.nix
|
||||
./config/low-ram.nix
|
||||
./config/system.nix
|
||||
./config/power_management.nix
|
||||
# ensemble de packages et configurations système
|
||||
../common/basesystem/bluetooth.nix
|
||||
../common/basesystem/language.nix
|
||||
../common/basesystem/memory.nix
|
||||
../common/basesystem/system.nix
|
||||
../common/basesystem/system_saves.nix
|
||||
../common/basesystem/users.nix
|
||||
# style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue