Marid: new machine init
This commit is contained in:
parent
2eb5762de3
commit
fe9ec52785
7 changed files with 329 additions and 0 deletions
19
machines/Marid/configuration.nix
Normal file
19
machines/Marid/configuration.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
networking.dhcpcd.extraConfig = "noarp";
|
||||
system.stateVersion = "25.05"; # Did you read the comment?
|
||||
|
||||
services.gnome = {
|
||||
evolution-data-server.enable = true;
|
||||
gnome-keyring.enable = lib.mkForce false;
|
||||
};
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
evolution = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.evolution-ews ];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ pv ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue