pinwheel/test-vm: Move development of ppp.pm-site to test-vm
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [];
|
||||
imports = [
|
||||
./ppp.pm-site.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = "test-vm";
|
||||
|
||||
mod = {};
|
||||
mod = {
|
||||
pppdotpm-site.enable = true;
|
||||
};
|
||||
|
||||
users.users.a = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user