Renamed sampledb-dev to mnemosyne
This commit is contained in:
15
config/mnemosyne.nix
Normal file
15
config/mnemosyne.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, inputs, lib, ... }: {
|
||||
|
||||
imports = [
|
||||
../hardware/mnemosyne.nix
|
||||
./headless.nix
|
||||
(import ./networking.nix {
|
||||
hostname = "mnemosyne";
|
||||
ip_address = "192.168.100.42";
|
||||
open_ports = [ 80 443 ];
|
||||
inherit lib;
|
||||
})
|
||||
];
|
||||
|
||||
users.users.mnemosyne = import ./user.nix;
|
||||
}
|
||||
Reference in New Issue
Block a user