[durruti] init
This commit is contained in:
15
machines/durruti/configuration.nix
Normal file
15
machines/durruti/configuration.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
boot.isContainer = true;
|
||||
networking.hostName = mkDefault "malobeo";
|
||||
networking.useDHCP = false;
|
||||
|
||||
imports = [
|
||||
../modules/malobeo_user.nix
|
||||
../modules/sshd.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user