Add new machine Marid.
This commit is contained in:
parent
e8f26ac86e
commit
47500b78e3
6 changed files with 175 additions and 3 deletions
7
machines/Marid/configuration.nix
Normal file
7
machines/Marid/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.cron.enable = false;
|
||||
networking.dhcpcd.extraConfig = "noarp";
|
||||
system.stateVersion = "21.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue